micdoodle8 / Galacticraft

An advanced Space Dimension Mod for Minecraft
Other
617 stars 335 forks source link

NoSuchFieldError: Crash During Startup: hasTileEntity #3550

Closed coolsimulations closed 5 years ago

coolsimulations commented 5 years ago

Minecraft version: 1.12.2 Forge version: 14.23.4.2705 Galacticraft version: 4.0.1.181

Single player (SSP), Multiplayer (SMP), or SSP opened to LAN (LAN)? SSP

Galacticraft add-ons and other mods installed? SurvivalPlus and MoreThanAPickaxe (Both created by myself)

Please provide screenshots / crash report / log as needed. crash-2018-11-12_09.27.05-client.txt

Working on my mod MoreThanAPickaxe and am having issues with Galcticraft on this particular version of forge.

marcus8448 commented 5 years ago

Your build.gradle specifies 1.12.2-14.23.4.2705 Forge, but your MAPPINGS are from 1.11.2 try with the default mappings for forge 2705: snapshot_20171003 and rebuild your workspace. hasTileEntity (1.12) is the new name for isBlockContainer (1.11) so that's why it's missing. See ModCoderPack/MCPBot-Issues#505

coolsimulations commented 5 years ago

Thank you very much for finding this! Works perfectly now!

radfast commented 5 years ago

@marcus8448 hero