vpzomtrrfrt / JAPTA

A mysterious acronym, and a Minecraft tech mod
MIT License
4 stars 0 forks source link

[1.11] All the bugs #8

Closed abused closed 8 years ago

abused commented 8 years ago

Hello whoever is reading this, iv run into a few bugs while using this mod in minecraft 1.11 So I'm working on my own tech mod in 1.11 and need a way to generate power as of right now, and this mod is the only current updating one for 1.11 so i said id give it a try, adding it to my dev workspace and using some of the stuff in game works. The stuff that doesn't work however is all the TileEntities, they just crash my game when i place any down, now i do realize that 1.11 is heavily under development but the upload date of the 1.11 file shows that it has not been updated the the latest 1.11 builds from yesterday or so, which now fixes modded TE's. Sorry for the long (unneeded) explanation, just basically informing you that the mod needs a forge update and TE's to be fixed.

vpzomtrrfrt commented 8 years ago

Which version of forge are you using? Looks fine in 1.11-13.19.0.2153, though I haven't tried adding it to a dev environment. Which block are you placing?

vpzomtrrfrt commented 8 years ago

Do you have the crash log?

abused commented 8 years ago

I am trying to place any block that can be used to generate RF, im on forge 13.19.0.2148 atm until i update

vpzomtrrfrt commented 8 years ago

Maybe that version of forge is broken? I'm placing the Cake Converter right now with no problems.

abused commented 8 years ago

Lemme grab a crash log just 1 sec

abused commented 8 years ago

http://pastebin.com/RBzMFZb6

vpzomtrrfrt commented 8 years ago

Just tried in a dev environment, got the same error. I'll see what I can find out about it.

vpzomtrrfrt commented 8 years ago

I'm really confused. field_145850_b is TileEntity.world, so why is it missing?

abused commented 8 years ago

if (((ItemStack)this.pulverizerInv.get(0)).func_190926_b()) { return false; }else { return true; } im using func_190926_b to check if the slot is null and return false and if it has an item in it then return true

vpzomtrrfrt commented 8 years ago

OK, try v1.11.4, building now

abused commented 8 years ago

Ty, works just fine now :D