-
Cannot extend my class with ItemFood [1.15.2]
In your Forge Source look in net.minecraft.item#Food, and #Foods. You make the food item, and use a builder.
-
Block texture not loading when placed
Check and make sure your texture path is indeed: src/main/resources/assets/<modid>/textures/block and not src/main/resources/assets/<modid>/textures/blocks It's a common mistake.
-
Adding XP to Custom Ore
Instead of extending Block, extend OreBlock and, override the getExperience()
-
[1.15.2] [SOLVED] Problems with BlockStates
Show your blockstates/compressed_diamond_block.json
-
[1.15.2] [SOLVED] Problems with BlockStates
is there a compressed_diamond_block.png in your textures/blocks directory?
-
[1.15.2] [SOLVED] Problems with BlockStates
The error says it's missing the model for your block.
-
Help with crafting!
No, the recipe does not go in the loot_table. Just the block you want to drop.
-
Help with crafting!
You can view what minecraft does but, I'm not familiar with IntelliJ and were to look for it though. There should be a Reference Library you can peruse through for the source code of minecraft.
-
Help with crafting!
Same as you did for recipes. Create the package, then add the block you want to drop.
-
Help with crafting!
Do you have a loot_table setup for your block in src/main/resources/data/minecraftmod/loot_tables?
-
[1.15.2] Need help with OBJ Models
What is the model you're trying to generate? A simple tool?
-
[SOLVED!] [1.15.2] - Custom Walls Aren't Connecting to each other
In your development environment, /data/minecraft/tags/blocks add your walls AND what minecraft has in their JSON. I had a similar problem and, this fixed it.
-
[1.15.2] Custom Tree Trunk Issue [SOLVED]
No, it just tells the leaves how far above ground level to generate. I did figure this out. Overriding the leaves, and logs, tag in resources/data/minecraft/tags/blocks solves this issue. Do the same for your logs.
-
[SOLVED] - [1.15.2] json model is rendering transparent parts of a texture as black
What do you have the RenderType set too?
-
[1.15.2] Custom Tree Trunk Issue [SOLVED]
I have based my custom tree off of the spruce tree but, when I bonemeal it to make it grow, the trunk is only 1 block high (with random 1 more) and, the leaves generate as they should. Just no trunk to the top of the tree. Tree Class Sapling Class
IPS spam blocked by CleanTalk.