Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Minecraft Mod Crash
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
glimmeringgames

Minecraft Mod Crash

By glimmeringgames, June 30, 2018 in Support & Bug Reports

  • Start new topic

Recommended Posts

glimmeringgames    0

glimmeringgames

glimmeringgames    0

  • Tree Puncher
  • glimmeringgames
  • Members
  • 0
  • 2 posts
Posted June 30, 2018

Not sure if this is the place to put it but here it is:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
  BCModPlugin (backpacks+1.12.2+-+3.4.4.jar)
  PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 6/29/18 7:16 PM
Description: Rendering entity in world

java.lang.ClassCastException: noppes.mpm.client.model.ModelBipedAlt cannot be cast to api.player.model.IModelPlayerAPI
    at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:56)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
    at net.smart.moving.render.SmartMovingRender.<init>(SmartMovingRender.java:42)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
    at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2322)
    at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2310)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:28)
    at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
    at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:128)
    at noppes.mpm.client.gui.GuiMPM.func_73863_a(GuiMPM.java:90)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
    at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at Reflector.callVoid(Reflector.java:636)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1454)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:56)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
    at net.smart.moving.render.SmartMovingRender.<init>(SmartMovingRender.java:42)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
    at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
    at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2322)
    at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2310)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
    at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:28)

-- Entity being rendered --
Details:
    Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
    Entity ID: 206
    Entity Name: glimmeringgames
    Entity's Exact location: -760.46, 202.00, -1203.96
    Entity's Block location: World: (-761,202,-1204), Chunk: (at 7,12,12 in -48,-76; contains blocks -768,0,-1216 to -753,255,-1201), Region: (-2,-3; contains chunks -64,-96 to -33,-65, blocks -1024,0,-1536 to -513,255,-1025)
    Entity's Momentum: 0.00, -0.08, -0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null

-- Renderer details --
Details:
    Assigned renderer: net.minecraft.client.renderer.entity.RenderPlayer@649b373b
    Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Rotation: 0.0
    Delta: 1.0
Stacktrace:
    at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
    at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:128)
    at noppes.mpm.client.gui.GuiMPM.func_73863_a(GuiMPM.java:90)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
    at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at Reflector.callVoid(Reflector.java:636)

-- Screen render details --
Details:
    Screen name: noppes.mpm.client.gui.GuiMPM
    Mouse location: Scaled: (228, 127). Absolute: (683, 384)
    Screen size: Scaled: (456, 256). Absolute: (1366, 768). Scale factor of 3

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['glimmeringgames'/206, l='MpServer', x=-760.46, y=202.00, z=-1203.96]]
    Chunk stats: MultiplayerChunkCache: 1369, 1369
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (-728,4,-1309), Chunk: (at 8,0,3 in -46,-82; contains blocks -736,0,-1312 to -721,255,-1297), Region: (-2,-3; contains chunks -64,-96 to -33,-65, blocks -1024,0,-1536 to -513,255,-1025)
    Level time: 3127395 game time, 557651 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 204 total; [EntityPainting['Painting'/20, l='MpServer', x=-820.00, y=204.50, z=-1288.97], EntityPainting['Painting'/24, l='MpServer', x=-816.97, y=204.50, z=-1270.00], EntityPainting['Painting'/25, l='MpServer', x=-822.97, y=204.00, z=-1278.00], EntityPainting['Painting'/26, l='MpServer', x=-822.97, y=204.00, z=-1280.00], EntityItemFrame['entity.ItemFrame.name'/29, l='MpServer', x=-823.50, y=205.50, z=-1238.03], EntityItemFrame['entity.ItemFrame.name'/30, l='MpServer', x=-824.50, y=204.50, z=-1238.03], EntityItemFrame['entity.ItemFrame.name'/31, l='MpServer', x=-822.50, y=204.50, z=-1238.03], EntityLadder['Stepladder'/32, l='MpServer', x=-817.32, y=202.00, z=-1239.87], EntityPainting['Painting'/33, l='MpServer', x=-803.00, y=204.00, z=-1296.97], EntityPainting['Painting'/34, l='MpServer', x=-809.00, y=204.00, z=-1296.97], EntityPainting['Painting'/36, l='MpServer', x=-802.03, y=205.00, z=-1286.00], EntityPainting['Painting'/37, l='MpServer', x=-803.00, y=204.00, z=-1292.03], EntityPainting['Painting'/38, l='MpServer', x=-806.00, y=204.00, z=-1292.03], EntityPainting['Painting'/39, l='MpServer', x=-815.00, y=204.00, z=-1292.03], EntityItemFrame['entity.ItemFrame.name'/40, l='MpServer', x=-814.97, y=203.50, z=-1281.50], EntityItemFrame['entity.ItemFrame.name'/41, l='MpServer', x=-814.97, y=204.50, z=-1282.50], EntityItemFrame['entity.ItemFrame.name'/42, l='MpServer', x=-814.97, y=203.50, z=-1282.50], EntityItemFrame['entity.ItemFrame.name'/43, l='MpServer', x=-814.97, y=204.50, z=-1283.50], EntityItemFrame['entity.ItemFrame.name'/44, l='MpServer', x=-810.03, y=203.50, z=-1288.50], EntityPainting['Painting'/47, l='MpServer', x=-814.50, y=206.50, z=-1273.97], EntityPainting['Painting'/48, l='MpServer', x=-810.50, y=206.50, z=-1273.97], EntityItemFrame['entity.ItemFrame.name'/49, l='MpServer', x=-808.03, y=203.50, z=-1270.50], EntityItemFrame['entity.ItemFrame.name'/50, l='MpServer', x=-808.03, y=204.50, z=-1269.50], EntityItemFrame['entity.ItemFrame.name'/51, l='MpServer', x=-808.03, y=204.50, z=-1270.50], EntityItemFrame['entity.ItemFrame.name'/52, l='MpServer', x=-808.03, y=205.50, z=-1269.50], EntityItemFrame['entity.ItemFrame.name'/53, l='MpServer', x=-808.03, y=203.50, z=-1268.50], EntityItemFrame['entity.ItemFrame.name'/54, l='MpServer', x=-802.97, y=204.50, z=-1248.50], EntityPainting['Painting'/55, l='MpServer', x=-806.50, y=204.50, z=-1243.03], EntityPainting['Painting'/56, l='MpServer', x=-813.00, y=205.00, z=-1243.03], EntityPainting['Painting'/57, l='MpServer', x=-807.00, y=204.00, z=-1247.97], EntityPainting['Painting'/58, l='MpServer', x=-785.03, y=204.00, z=-1323.00], EntityPainting['Painting'/63, l='MpServer', x=-789.00, y=204.00, z=-1268.03], EntityPainting['Painting'/64, l='MpServer', x=-793.97, y=205.00, z=-1273.00], EntityItemFrame['entity.ItemFrame.name'/65, l='MpServer', x=-796.50, y=205.50, z=-1251.97], EntityItemFrame['entity.ItemFrame.name'/66, l='MpServer', x=-788.50, y=203.50, z=-1247.97], EntityItemFrame['entity.ItemFrame.name'/67, l='MpServer', x=-785.50, y=205.50, z=-1243.03], EntityItemFrame['entity.ItemFrame.name'/68, l='MpServer', x=-792.03, y=203.50, z=-1240.50], EntityItemFrame['entity.ItemFrame.name'/69, l='MpServer', x=-792.03, y=204.50, z=-1241.50], EntityItemFrame['entity.ItemFrame.name'/70, l='MpServer', x=-792.03, y=203.50, z=-1239.50], EntityArmorStand['Armor Stand'/71, l='MpServer', x=-786.50, y=202.00, z=-1239.50], EntityCustomNpc['Fredbear'/72, l='MpServer', x=-795.50, y=203.00, z=-1226.50], EntityCustomNpc['Springbonnie'/73, l='MpServer', x=-799.50, y=203.00, z=-1226.50], EntityItemFrame['entity.ItemFrame.name'/74, l='MpServer', x=-784.50, y=205.50, z=-1169.03], EntityCustomNpc['Circus Baby'/75, l='MpServer', x=-791.50, y=203.00, z=-1182.50], EntityCustomNpc['Yenndo'/76, l='MpServer', x=-793.50, y=202.00, z=-1165.50], EntityCustomNpc['Bonnet'/77, l='MpServer', x=-791.50, y=202.00, z=-1156.50], EntityItemFrame['entity.ItemFrame.name'/78, l='MpServer', x=-771.50, y=204.50, z=-1334.03], EntityItemFrame['entity.ItemFrame.name'/79, l='MpServer', x=-776.50, y=203.50, z=-1340.97], EntityItemFrame['entity.ItemFrame.name'/80, l='MpServer', x=-777.97, y=203.50, z=-1336.50], EntityItemFrame['entity.ItemFrame.name'/81, l='MpServer', x=-777.97, y=204.50, z=-1337.50], EntityItemFrame['entity.ItemFrame.name'/82, l='MpServer', x=-777.97, y=203.50, z=-1332.50], EntityItemFrame['entity.ItemFrame.name'/83, l='MpServer', x=-772.50, y=204.50, z=-1334.03], EntityItemFrame['entity.ItemFrame.name'/84, l='MpServer', x=-773.50, y=205.50, z=-1334.03], EntityItemFrame['entity.ItemFrame.name'/85, l='MpServer', x=-769.97, y=204.50, z=-1313.50], EntityPainting['Painting'/86, l='MpServer', x=-779.97, y=204.00, z=-1300.00], EntityPainting['Painting'/87, l='MpServer', x=-773.03, y=204.00, z=-1296.00], EntityPainting['Painting'/88, l='MpServer', x=-783.03, y=202.50, z=-1284.00], EntityPainting['Painting'/89, l='MpServer', x=-781.03, y=205.00, z=-1291.00], EntityItemFrame['entity.ItemFrame.name'/90, l='MpServer', x=-768.03, y=203.50, z=-1280.50], EntityPainting['Painting'/91, l='MpServer', x=-784.00, y=205.00, z=-1279.03], EntityItemFrame['entity.ItemFrame.name'/92, l='MpServer', x=-768.03, y=204.50, z=-1279.50], EntityItemFrame['entity.ItemFrame.name'/93, l='MpServer', x=-768.03, y=203.50, z=-1278.50], EntityItemFrame['entity.ItemFrame.name'/94, l='MpServer', x=-770.97, y=203.50, z=-1277.50], EntityItemFrame['entity.ItemFrame.name'/95, l='MpServer', x=-770.97, y=205.50, z=-1279.50], EntityItemFrame['entity.ItemFrame.name'/96, l='MpServer', x=-769.97, y=204.50, z=-1262.50], EntityCustomNpc['Classic Security Puppet'/97, l='MpServer', x=-778.50, y=203.00, z=-1252.50], EntityItemFrame['entity.ItemFrame.name'/98, l='MpServer', x=-779.50, y=204.50, z=-1240.03], EntityArmorStand['Armor Stand'/99, l='MpServer', x=-774.50, y=202.00, z=-1196.50], EntityCustomNpc['Funtime Foxy'/100, l='MpServer', x=-772.70, y=202.00, z=-1185.19], EntityItemFrame['entity.ItemFrame.name'/101, l='MpServer', x=-782.50, y=204.50, z=-1169.03], EntityCustomNpc['Ennard'/102, l='MpServer', x=-781.50, y=203.00, z=-1172.27], EntityArmorStand['Armor Stand'/108, l='MpServer', x=-757.50, y=201.00, z=-1285.50], EntityArmorStand['Armor Stand'/109, l='MpServer', x=-757.50, y=201.00, z=-1286.25], EntityArmorStand['Armor Stand'/110, l='MpServer', x=-758.25, y=201.00, z=-1285.50], EntityArmorStand['Armor Stand'/111, l='MpServer', x=-754.50, y=202.00, z=-1287.50], EntityItemFrame['entity.ItemFrame.name'/112, l='MpServer', x=-755.50, y=204.50, z=-1281.03], EntityItemFrame['entity.ItemFrame.name'/113, l='MpServer', x=-756.50, y=203.50, z=-1281.03], EntityItemFrame['entity.ItemFrame.name'/114, l='MpServer', x=-764.03, y=204.50, z=-1280.50], EntityItemFrame['entity.ItemFrame.name'/115, l='MpServer', x=-766.97, y=204.50, z=-1281.50], EntityItemFrame['entity.ItemFrame.name'/117, l='MpServer', x=-764.03, y=203.50, z=-1279.50], EntityItemFrame['entity.ItemFrame.name'/118, l='MpServer', x=-767.50, y=203.50, z=-1275.03], EntityItemFrame['entity.ItemFrame.name'/119, l='MpServer', x=-760.50, y=203.50, z=-1276.97], EntityItemFrame['entity.ItemFrame.name'/120, l='MpServer', x=-757.50, y=204.50, z=-1276.97], EntityItemFrame['entity.ItemFrame.name'/121, l='MpServer', x=-757.50, y=203.50, z=-1274.03], EntityItemFrame['entity.ItemFrame.name'/122, l='MpServer', x=-759.50, y=204.50, z=-1274.03], EntityItemFrame['entity.ItemFrame.name'/123, l='MpServer', x=-760.50, y=203.50, z=-1272.97], EntityItemFrame['entity.ItemFrame.name'/124, l='MpServer', x=-762.97, y=204.50, z=-1271.50], EntityItemFrame['entity.ItemFrame.name'/125, l='MpServer', x=-757.50, y=204.50, z=-1272.97], EntityItemFrame['entity.ItemFrame.name'/126, l='MpServer', x=-767.50, y=204.50, z=-1268.97], EntityItemFrame['entity.ItemFrame.name'/127, l='MpServer', x=-764.50, y=203.50, z=-1268.97], EntityItemFrame['entity.ItemFrame.name'/128, l='MpServer', x=-761.50, y=203.50, z=-1266.03], EntityItemFrame['entity.ItemFrame.name'/129, l='MpServer', x=-763.50, y=205.50, z=-1266.03], EntityArmorStand['Armor Stand'/130, l='MpServer', x=-765.50, y=202.00, z=-1274.50], EntityItemFrame['entity.ItemFrame.name'/131, l='MpServer', x=-764.50, y=203.50, z=-1260.97], EntityItemFrame['entity.ItemFrame.name'/132, l='MpServer', x=-760.03, y=204.50, z=-1259.50], EntityItemFrame['entity.ItemFrame.name'/133, l='MpServer', x=-760.03, y=203.50, z=-1258.50], EntityItemFrame['entity.ItemFrame.name'/134, l='MpServer', x=-765.03, y=204.50, z=-1262.50], EntityItemFrame['entity.ItemFrame.name'/135, l='MpServer', x=-765.50, y=203.50, z=-1258.03], EntityItemFrame['entity.ItemFrame.name'/136, l='MpServer', x=-767.50, y=204.50, z=-1258.03], EntityItemFrame['entity.ItemFrame.name'/137, l='MpServer', x=-763.50, y=203.50, z=-1227.97], EntityItemFrame['entity.ItemFrame.name'/138, l='MpServer', x=-759.50, y=203.50, z=-1208.03], EntityItemFrame['entity.ItemFrame.name'/139, l='MpServer', x=-759.03, y=202.50, z=-1179.50], EntityItemFrame['entity.ItemFrame.name'/140, l='MpServer', x=-759.50, y=202.50, z=-1179.03], EntityItemFrame['entity.ItemFrame.name'/141, l='MpServer', x=-762.50, y=202.50, z=-1179.03], EntityItemFrame['entity.ItemFrame.name'/142, l='MpServer', x=-762.97, y=202.50, z=-1179.50], EntityItemFrame['entity.ItemFrame.name'/143, l='MpServer', x=-762.50, y=204.50, z=-1178.03], EntityCustomNpc['Magician Prop'/144, l='MpServer', x=-762.50, y=203.00, z=-1153.50], EntityCustomNpc['Little Joe Prop'/145, l='MpServer', x=-758.50, y=204.00, z=-1153.50], EntityCustomNpc['Bidybab 1'/146, l='MpServer', x=-759.58, y=203.00, z=-1143.50], EntityCustomNpc['Bidybab 2'/147, l='MpServer', x=-762.58, y=203.00, z=-1143.50], EntityArmorStand['Armor Stand'/151, l='MpServer', x=-750.50, y=200.00, z=-1333.50], EntityArmorStand['Armor Stand'/152, l='MpServer', x=-749.50, y=200.00, z=-1333.50], EntityArmorStand['Armor Stand'/153, l='MpServer', x=-749.50, y=200.00, z=-1332.50], EntityArmorStand['Armor Stand'/154, l='MpServer', x=-750.50, y=200.00, z=-1332.50], EntityArmorStand['Armor Stand'/155, l='MpServer', x=-749.50, y=200.00, z=-1331.50], EntityArmorStand['Armor Stand'/156, l='MpServer', x=-750.50, y=200.00, z=-1331.50], EntityArmorStand['Armor Stand'/157, l='MpServer', x=-751.50, y=200.00, z=-1331.50], EntityArmorStand['Armor Stand'/158, l='MpServer', x=-751.50, y=200.00, z=-1332.50], EntityArmorStand['Armor Stand'/159, l='MpServer', x=-751.50, y=200.00, z=-1333.50], EntityItemFrame['entity.ItemFrame.name'/164, l='MpServer', x=-749.03, y=204.50, z=-1271.50], EntityItemFrame['entity.ItemFrame.name'/165, l='MpServer', x=-751.97, y=203.50, z=-1276.50], EntityItemFrame['entity.ItemFrame.name'/166, l='MpServer', x=-751.97, y=204.50, z=-1273.50], EntityItemFrame['entity.ItemFrame.name'/167, l='MpServer', x=-751.97, y=205.50, z=-1272.50], EntityItemFrame['entity.ItemFrame.name'/168, l='MpServer', x=-743.97, y=204.50, z=-1239.50], EntityItemFrame['entity.ItemFrame.name'/169, l='MpServer', x=-743.97, y=203.50, z=-1237.50], EntityItemFrame['entity.ItemFrame.name'/170, l='MpServer', x=-743.97, y=204.50, z=-1243.50], EntityCustomNpc['Nightmare Bonnie'/171, l='MpServer', x=-738.85, y=202.00, z=-1247.49], EntityCustomNpc['Minireena 1'/172, l='MpServer', x=-743.50, y=203.00, z=-1178.50], EntityCustomNpc['Minireena 2'/173, l='MpServer', x=-744.50, y=203.00, z=-1180.50], EntityCustomNpc['Minireena 3'/174, l='MpServer', x=-747.50, y=203.00, z=-1180.50], EntityCustomNpc['Minireena 4'/175, l='MpServer', x=-748.50, y=203.00, z=-1178.50], EntityCustomNpc['Ballora'/176, l='MpServer', x=-742.40, y=203.00, z=-1179.50], EntityPainting['Painting'/177, l='MpServer', x=-745.03, y=205.00, z=-1105.00], EntityItemFrame['entity.ItemFrame.name'/180, l='MpServer', x=-728.50, y=204.50, z=-1331.03], EntityItemFrame['entity.ItemFrame.name'/181, l='MpServer', x=-727.50, y=205.50, z=-1331.03], EntityItemFrame['entity.ItemFrame.name'/182, l='MpServer', x=-727.50, y=204.50, z=-1331.03], EntityItemFrame['entity.ItemFrame.name'/183, l='MpServer', x=-721.03, y=203.50, z=-1334.50], EntityItemFrame['entity.ItemFrame.name'/184, l='MpServer', x=-722.50, y=204.50, z=-1337.97], EntityItemFrame['entity.ItemFrame.name'/189, l='MpServer', x=-731.03, y=203.50, z=-1239.50], EntityCustomNpc['Plushtrap'/190, l='MpServer', x=-725.50, y=202.51, z=-1236.50], EntityCustomNpc['Nightmare Chica'/191, l='MpServer', x=-733.49, y=202.00, z=-1247.10], EntityCustomNpc['Funtime Freddy'/192, l='MpServer', x=-728.50, y=203.00, z=-1180.50], EntityItemFrame['entity.ItemFrame.name'/195, l='MpServer', x=-690.03, y=203.50, z=-1288.50], EntityItemFrame['entity.ItemFrame.name'/196, l='MpServer', x=-690.03, y=203.50, z=-1287.50], EntityItemFrame['entity.ItemFrame.name'/197, l='MpServer', x=-690.03, y=203.50, z=-1286.50], EntityItemFrame['entity.ItemFrame.name'/198, l='MpServer', x=-690.03, y=204.50, z=-1286.50], EntityItemFrame['entity.ItemFrame.name'/199, l='MpServer', x=-690.03, y=204.50, z=-1287.50], EntityItemFrame['entity.ItemFrame.name'/200, l='MpServer', x=-690.03, y=204.50, z=-1288.50], EntityItemFrame['entity.ItemFrame.name'/201, l='MpServer', x=-690.03, y=205.50, z=-1288.50], EntityItemFrame['entity.ItemFrame.name'/202, l='MpServer', x=-690.03, y=205.50, z=-1287.50], EntityItemFrame['entity.ItemFrame.name'/203, l='MpServer', x=-690.03, y=205.50, z=-1286.50], EntityArmorStand['Armor Stand'/204, l='MpServer', x=-696.50, y=202.00, z=-1285.50], EntityPlayerSP['glimmeringgames'/206, l='MpServer', x=-760.46, y=202.00, z=-1203.96], EntityPainting['Painting'/208, l='MpServer', x=-735.03, y=205.00, z=-1094.00], EntityItemFrame['entity.ItemFrame.name'/209, l='MpServer', x=-730.50, y=204.50, z=-1098.03], EntityItemFrame['entity.ItemFrame.name'/210, l='MpServer', x=-731.50, y=203.50, z=-1098.03], EntityItemFrame['entity.ItemFrame.name'/211, l='MpServer', x=-724.50, y=203.50, z=-1101.97], EntityItemFrame['entity.ItemFrame.name'/212, l='MpServer', x=-732.50, y=205.50, z=-1101.97], EntityItemFrame['entity.ItemFrame.name'/213, l='MpServer', x=-722.50, y=204.50, z=-1098.03], EntityItemFrame['entity.ItemFrame.name'/214, l='MpServer', x=-730.97, y=204.50, z=-1074.50], EntityItemFrame['entity.ItemFrame.name'/215, l='MpServer', x=-730.97, y=203.50, z=-1075.50], EntityItemFrame['entity.ItemFrame.name'/216, l='MpServer', x=-726.03, y=205.50, z=-1074.50], EntityPainting['Painting'/217, l='MpServer', x=-765.97, y=205.00, z=-1095.00], EntityArmorStand['Armor Stand'/218, l='MpServer', x=-762.50, y=201.00, z=-1095.50], EntityArmorStand['Armor Stand'/219, l='MpServer', x=-762.50, y=201.00, z=-1096.50], EntityArmorStand['Armor Stand'/220, l='MpServer', x=-761.50, y=201.00, z=-1096.50], EntityArmorStand['Armor Stand'/221, l='MpServer', x=-761.50, y=201.00, z=-1095.50], EntityPainting['Painting'/225, l='MpServer', x=-742.00, y=204.00, z=-1090.03], EntityItemFrame['entity.ItemFrame.name'/228, l='MpServer', x=-685.50, y=204.50, z=-1053.97], EntityPainting['Painting'/20, l='MpServer', x=-820.00, y=204.50, z=-1288.97], EntityPainting['Painting'/24, l='MpServer', x=-816.97, y=204.50, z=-1270.00], EntityPainting['Painting'/25, l='MpServer', x=-822.97, y=204.00, z=-1278.00], EntityPainting['Painting'/26, l='MpServer', x=-822.97, y=204.00, z=-1280.00], EntityPainting['Painting'/33, l='MpServer', x=-803.00, y=204.00, z=-1296.97], EntityPainting['Painting'/34, l='MpServer', x=-809.00, y=204.00, z=-1296.97], EntityPainting['Painting'/36, l='MpServer', x=-802.03, y=205.00, z=-1286.00], EntityPainting['Painting'/37, l='MpServer', x=-803.00, y=204.00, z=-1292.03], EntityPainting['Painting'/38, l='MpServer', x=-806.00, y=204.00, z=-1292.03], EntityPainting['Painting'/39, l='MpServer', x=-815.00, y=204.00, z=-1292.03], EntityPainting['Painting'/47, l='MpServer', x=-814.50, y=206.50, z=-1273.97], EntityPainting['Painting'/48, l='MpServer', x=-810.50, y=206.50, z=-1273.97], EntityPainting['Painting'/55, l='MpServer', x=-806.50, y=204.50, z=-1243.03], EntityPainting['Painting'/56, l='MpServer', x=-813.00, y=205.00, z=-1243.03], EntityPainting['Painting'/57, l='MpServer', x=-807.00, y=204.00, z=-1247.97], EntityPainting['Painting'/58, l='MpServer', x=-785.03, y=204.00, z=-1323.00], EntityPainting['Painting'/63, l='MpServer', x=-789.00, y=204.00, z=-1268.03], EntityPainting['Painting'/64, l='MpServer', x=-793.97, y=205.00, z=-1273.00], EntityPainting['Painting'/86, l='MpServer', x=-779.97, y=204.00, z=-1300.00], EntityPainting['Painting'/87, l='MpServer', x=-773.03, y=204.00, z=-1296.00], EntityPainting['Painting'/88, l='MpServer', x=-783.03, y=202.50, z=-1284.00], EntityPainting['Painting'/89, l='MpServer', x=-781.03, y=205.00, z=-1291.00], EntityPainting['Painting'/91, l='MpServer', x=-784.00, y=205.00, z=-1279.03], EntityPainting['Painting'/217, l='MpServer', x=-765.97, y=205.00, z=-1095.00], EntityArmorStand['Armor Stand'/372, l='MpServer', x=-689.50, y=201.00, z=-1049.50], EntityArmorStand['Armor Stand'/373, l='MpServer', x=-689.50, y=201.00, z=-1048.50], EntityArmorStand['Armor Stand'/374, l='MpServer', x=-690.50, y=201.00, z=-1049.50], EntityItemFrame['entity.ItemFrame.name'/376, l='MpServer', x=-726.50, y=203.50, z=-1071.03], EntityItemFrame['entity.ItemFrame.name'/377, l='MpServer', x=-728.50, y=205.50, z=-1071.03], EntityItemFrame['entity.ItemFrame.name'/378, l='MpServer', x=-730.50, y=203.50, z=-1071.03], EntityItemFrame['entity.ItemFrame.name'/379, l='MpServer', x=-729.50, y=204.50, z=-1071.03], EntityPainting['Painting'/177, l='MpServer', x=-745.03, y=205.00, z=-1105.00], EntityPainting['Painting'/225, l='MpServer', x=-742.00, y=204.00, z=-1090.03], EntityPainting['Painting'/208, l='MpServer', x=-735.03, y=205.00, z=-1094.00], EntityPainting['Painting'/370, l='MpServer', x=-689.03, y=205.50, z=-1044.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1935915944 bytes (1846 MB) / 4177526784 bytes (3984 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2703 Optifine OptiFine_1.12.2_HD_U_C9 38 mods loaded, 38 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State     | ID                   | Version           | Source                                          | Signature                                |
    |:--------- |:-------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft            | 1.12.2            | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | mcp                  | 9.42              | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | FML                  | 8.0.99.99         | forge-1.12.2-14.23.4.2703.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                | 14.23.4.2703      | forge-1.12.2-14.23.4.2703.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | PlayerAPI            | 1.0               | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | RenderPlayerAPI      | 1.0               | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | securitycraft        | v1.8.4.1          | [1.12.x]+SecurityCraft+v1.8.4.1.jar             | None                                     |
    | UCHIJAAAA | backpacks16840       | 3.4.4             | backpacks+1.12.2+-+3.4.4.jar                    | None                                     |
    | UCHIJAAAA | baubles              | 1.5.2             | Baubles-1.12-1.5.2.jar                          | None                                     |
    | UCHIJAAAA | bibliocraft          | 2.4.3             | BiblioCraft-Mod-1.12.jar                        | None                                     |
    | UCHIJAAAA | botania              | r1.10-353         | Botania-Mod-1.12.2 (1).jar                      | None                                     |
    | UCHIJAAAA | cfm                  | 4.1.5             | cfm-4.1.5-mc1.12.2.jar                          | None                                     |
    | UCHIJAAAA | ctm                  | MC1.12-0.2.3.12   | CTM-MC1.12-0.2.3.12.jar                         | None                                     |
    | UCHIJAAAA | chisel               | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar                    | None                                     |
    | UCHIJAAAA | chiselsandbits       | 14.8              | Chisels-and-Bits-Mod-1.12.1.jar                 | None                                     |
    | UCHIJAAAA | codechickenlib       | 3.1.6.339         | CodeChickenLib-1.12.2-3.1.6.339-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | cookingforblockheads | 6.3.26            | CookingForBlockheads_1.12.2-6.3.26.jar          | None                                     |
    | UCHIJAAAA | extendedrenderer     | v1.0              | coroutil-1.12.1-1.2.11.jar                      | None                                     |
    | UCHIJAAAA | coroutil             | 1.12.1-1.2.11     | coroutil-1.12.1-1.2.11.jar                      | None                                     |
    | UCHIJAAAA | configmod            | v1.0              | coroutil-1.12.1-1.2.11.jar                      | None                                     |
    | UCHIJAAAA | ptrmodellib          | 1.0.2             | PTRLib-1.0.2.jar                                | None                                     |
    | UCHIJAAAA | props                | 2.6.0             | Decocraft-2.6.0_1.12.2.jar                      | None                                     |
    | UCHIJAAAA | elevatorid           | 1.3.6             | ElevatorMod-1.12.2-1.3.6.jar                    | None                                     |
    | UCHIJAAAA | fairylights          | 2.1.2             | fairylights-2.1.2-1.12.x.jar                    | None                                     |
    | UCHIJAAAA | jei                  | 4.8.5.159         | jei_1.12.2-4.8.5.159.jar                        | None                                     |
    | UCHIJAAAA | mts                  | 10.1.0            | Minecraft+Transport+Simulator-1.12.2-10.1.0.jar | None                                     |
    | UCHIJAAAA | moreplayermodels     | 1.12.2            | MorePlayerModels_1.12.2(18jan18).jar            | None                                     |
    | UCHIJAAAA | mtspackoffical       | 4.0.0             | MTS_Offical_Pack_V04.jar                        | None                                     |
    | UCHIJAAAA | customnpcs           | 1.12              | NPCs for FNAF.jar                               | None                                     |
    | UCHIJAAAA | harvestcraft         | 1.12.2r           | Pam's+HarvestCraft+1.12.2r.jar                  | None                                     |
    | UCHIJAAAA | placeableitems       | 3.1               | Placeable-Items-Mod-1.12.2.jar                  | None                                     |
    | UCHIJAAAA | simplyhaxentitydump  | 1.12              | Simply-Hax-Mod-1.12.jar                         | None                                     |
    | UCHIJAAAA | simplyhaxflying      | 1.12              | Simply-Hax-Mod-1.12.jar                         | None                                     |
    | UCHIJAAAA | smartmoving          | 16.4-RC3          | SmartMoving-1.12.2-16.4-RC3.jar                 | None                                     |
    | UCHIJAAAA | smartrender          | 2.3-RC2           | SmartRender-1.12.2-2.3-RC2.jar                  | None                                     |
    | UCHIJAAAA | soundfilters         | 0.10_for_1.12     | SoundFilters-0.10_for_1.12.jar                  | None                                     |
    | UCHIJAAAA | worldedit            | 6.1.8             | worldedit-forge-mc1.12-6.1.8-dist.jar           | None                                     |
    | UCHIJAAAA | xaerominimap         | 1.15.1.2          | Xaeros_Minimap_1.15.1.2_Forge_1.12.jar          | None                                     |

    Loaded coremods (and transformers): 
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  team.chisel.ctm.client.asm.CTMTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
  api.player.forge.RenderPlayerAPITransformer
BCModPlugin (backpacks+1.12.2+-+3.4.4.jar)
  brad16840.core.ClassTransformer
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
  api.player.forge.PlayerAPITransformer
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4550' Renderer: 'Intel(R) HD Graphics 520'
    Launched Version: 1.12.2-forge1.12.2-14.23.4.2703
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 520 GL version 4.4.0 - Build 21.20.16.4550, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: FNAF Pack copy
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i3-6100U CPU @ 2.30GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_C9
    Render Distance Chunks: 18
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.4.0 - Build 21.20.16.4550
    OpenGlRenderer: Intel(R) HD Graphics 520
    OpenGlVendor: Intel
    CpuCount: 4

Share this post


Link to post
Share on other sites

DaemonUmbra    541

DaemonUmbra

DaemonUmbra    541

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 541
  • 10340 posts
Posted June 30, 2018

@Noppes may want to weigh in but to me it looks like you may need to choose between Smart Moving and More Player Models.


This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/: 100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Twitch Launcher: If you are using the Twitch Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Twitch's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Share this post


Link to post
Share on other sites

novablox    0

novablox

novablox    0

  • Tree Puncher
  • novablox
  • Members
  • 0
  • 1 post
Posted January 30, 2019

The game crashed whilst rendering entity in world
Error: java.lang.ClassCastException: noppes.mpm.client.model.ModelBipedAlt cannot be cast to api.player.model.IModelPlayerAPI it is MY minecraft err

Share this post


Link to post
Share on other sites

lehjr    6

lehjr

lehjr    6

  • Stone Miner
  • lehjr
  • Members
  • 6
  • 57 posts
Posted January 30, 2019
11 hours ago, novablox said:

The game crashed whilst rendering entity in world
Error: java.lang.ClassCastException: noppes.mpm.client.model.ModelBipedAlt cannot be cast to api.player.model.IModelPlayerAPI it is MY minecraft err

Thread necro, but same advice applies. Unfortunately, Smart Moving support has never been "good", but now will be even worse. Within the past few days, the mod author's MinecraftForums.net forum account and all of the posts from that account became victims of a purge that deleted roughly 1 million accounts and 10 million posts. Unfortunately, there was never any documentation outside of those forum posts, which means mod authors aren't as likely to add support now. There was someone working on a fork of it, but nothing has been touched in the past 8 months. 

  • Thanks 1

Share this post


Link to post
Share on other sites

DarthHappylandings    0

DarthHappylandings

DarthHappylandings    0

  • Tree Puncher
  • DarthHappylandings
  • Members
  • 0
  • 1 post
Posted September 15, 2019

I am having the same problem, I was playing with custom NPCs and tried to put a mod item in the shield slot. The game crashed immediately. When I try to open the world again, it crashes and I get this same crash report. Is there a way to fix this, or undo the change I made? Please help, I spent a lot of time on this world.

Share this post


Link to post
Share on other sites

Animefan8888    741

Animefan8888

Animefan8888    741

  • Reality Controller
  • Animefan8888
  • Forge Modder
  • 741
  • 6157 posts
Posted September 15, 2019
4 minutes ago, DarthHappylandings said:

Please help, I spent a lot of time on this world.

Please don't necro an old thread. Make your own post if removing Smart Moving doesn't fix your problem.


VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • cadbane86140
      Minecraft: Cereal UHC Season 2 Episode 5- THE FINALE!

      By cadbane86140 · Posted 3 hours ago

      Hello There! A bit of a late upload due to technical issues but ITS UP! So after a week of Cereal UHC we have finally reached the end of it! I am so thankful to be apart of this series and I can't wait for the next season! There are so many hilarious moments especially during the final battle! I hope you all enjoyed this series and if you did don't forget to like and sub for more!  
    • samjviana
      [1.16.5] How to make EnchantedBook go to Custom ItemGroup

      By samjviana · Posted 3 hours ago

      But how can i do that for an enchantment book, for normal items i was able to do that by calling the function "group" as you said, but with the enchantment seems to be different.
    • poopoodice
      [1.16.5] How to make EnchantedBook go to Custom ItemGroup

      By poopoodice · Posted 4 hours ago

      Just create an instance of ItemGroup, and set the group of the item in the item property builder.
    • poopoodice
      Trying to make a crop have an "X" shape model

      By poopoodice · Posted 4 hours ago

      Check the parent of their block model.
    • LexManos
      Forge says this file does not have an app associated with it.

      By LexManos · Posted 4 hours ago

      Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  • Topics

    • cadbane86140
      0
      Minecraft: Cereal UHC Season 2 Episode 5- THE FINALE!

      By cadbane86140
      Started 3 hours ago

    • samjviana
      2
      [1.16.5] How to make EnchantedBook go to Custom ItemGroup

      By samjviana
      Started 6 hours ago

    • TheMajorN
      1
      Trying to make a crop have an "X" shape model

      By TheMajorN
      Started 5 hours ago

    • ESCCarp
      3
      Forge says this file does not have an app associated with it.

      By ESCCarp
      Started 8 hours ago

    • hammy3502
      0
      [1.16.4] Fluid Flowing Very Oddly

      By hammy3502
      Started 5 hours ago

  • Who's Online (See full list)

    • Lucipro71
    • woofer
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Minecraft Mod Crash
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community