
Degubi
Members-
Posts
226 -
Joined
-
Last visited
Everything posted by Degubi
-
I have a blockstate file: http://pastebin.com/raFBt3J3 The blockmodel works, but the item model doesn't. And it gives me an error like this: Caused by: java.io.FileNotFoundException: minecraft:models/block/item/ladder.json My question is: Why does the game look for the model in models/block/item when I told in the blockstate file to look in the "item" folder?
-
I suggest you to check this: https://mcforge.readthedocs.io/en/latest/blockstates/forgeBlockstates/ With this, you don't need pressure plate models(only if you want to change the shape), so you can use the vanilla model and change it's texture in the defaults section.
-
Oh, thank you! I thought I only need to register sounds, blocks and items.
-
Oh, thank you! I thought I only need to register sounds, blocks and items.
-
I call the initBiomes and registerBiomes methods in the preInit state. The biomes just doesn't generate at all. If I raise the weight more than 1000, only ocean generates. The console doesn't show any error. Version: 1.9.4-1936 To note: I've been using this code since 1.8, and it stopped working in 1.9.4 Biome Init & Registers: http://pastebin.com/8iV7d035 Registry: http://pastebin.com/M7FUz65N
-
I call the initBiomes and registerBiomes methods in the preInit state. The biomes just doesn't generate at all. If I raise the weight more than 1000, only ocean generates. The console doesn't show any error. Version: 1.9.4-1936 To note: I've been using this code since 1.8, and it stopped working in 1.9.4 Biome Init & Registers: http://pastebin.com/8iV7d035 Registry: http://pastebin.com/M7FUz65N
-
I saw that a lot of code got deprecated in 1.9.4.. e.g: getStateFromMeta or the getActualState methods from the Block class. So my question is: What is the replacement of the deprecated methods? (Sry for kinda noobish English)
-
I saw that a lot of code got deprecated in 1.9.4.. e.g: getStateFromMeta or the getActualState methods from the Block class. So my question is: What is the replacement of the deprecated methods? (Sry for kinda noobish English)
-
Latest log: http://pastebin.com/QRr6A7Ln The crash happens when I click on the controls button in the ingame options menu.
-
Don't use the Minecraft class.. it only exists on the client. Use the event's world object.
-
This makes sense! Thanks for the fast reply!
-
You can't "translate" them. If you're a mod developer, you have to update the code. If you're not, you have to ask the mod developer to update..
-
It was added in a forge update. Why is it bad to use unlocalised names?
-
string1 == string1 -->> false string1 .equals(string1 ) -->> true http://alvinalexander.com/java/edu/qanda/pjqa00001.shtml
-
[1.8.8] Can't activate block while holding something
Degubi replied to HappyKiller1O1's topic in Modder Support
Check out the ItemBlock class.. I think when you sneak you can't use ItemBlocks to interact with other blocks. -
[SOLVED][1.8.9] Using Forge Mod Update Check system
Degubi replied to Bektor's topic in Modder Support
I got working it with pastebin, dropbox didn't work for me... pastebin was also a lot easier too -
Fixed! It was an error caused by mob spawning, i made my mob's spawnchance 0.
-
Logs: http://pastebin.com/bvNfAbwn http://pastebin.com/HeawnmPy The error happens when I try to load any of my worlds, or when I generate a new world.
-
But my block wasn't broken, cuz it's the setBlockBounds method, this runs when I place my block, or?
-
I updated to 1635, but it's still the same... Idk why, because it worked in 1.8, but not in 1.8.8
-
If I use this code, it crashes with an illegalArgumentException, saying that it doesnt exist in block Air. But why it gets block air instead of my block? http://pastebin.com/BakQBBGV I looked in BlockBanner and it uses the same, but it works, but not for me.. Latest log: http://pastebin.com/Tg0xB9zv
-
Nop, because when I use this code in other methods it gets my block's position..
-
Great...
-
Yeah, you'd better delete this post if you don't want to get banned from the forums