Posted August 2, 20205 yr I want to do crop with forge blockstate, but it does not work at all: { "forge_marker": 1, "defaults": { "model": "cross" }, "variants": { "age": { "0": { "textures": { "cross": "tut:blocks/palme/stage_0" }}, "1": { "textures": { "cross": "tut:blocks/palme/stage_1" }}, "2": { "textures": { "cross": "tut:blocks/palme/stage_2" }}, "3": { "textures": { "cross": "tut:blocks/palme/stage_3" }}, "4": { "textures": { "cross": "tut:blocks/palme/stage_4" }} } } } In 1.12.2 it works....
August 2, 20205 yr Loooot of things changed from minecraft 1.12 to 1.15, this is how vanilla wheat blockstate looks like now: { "variants": { "age=0": { "model": "minecraft:block/wheat_stage0" }, "age=1": { "model": "minecraft:block/wheat_stage1" }, "age=2": { "model": "minecraft:block/wheat_stage2" }, "age=3": { "model": "minecraft:block/wheat_stage3" }, "age=4": { "model": "minecraft:block/wheat_stage4" }, "age=5": { "model": "minecraft:block/wheat_stage5" }, "age=6": { "model": "minecraft:block/wheat_stage6" }, "age=7": { "model": "minecraft:block/wheat_stage7" } } } Try looking at how vanilla implements crops in 1.15 and adjust your JSONs accordingly Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 2, 20205 yr Here is a complete Blockstate file structure Everything said above may be absolutely wrong. No rights reserved.
August 2, 20205 yr Author In 1.12.2 it was same. But in forge was(i want belive "are") "forge blockstates". In the my question has example of it. Ehhh.... I dont want to make a lot of models. Thanks for your answers. Edited August 2, 20205 yr by WildTan
August 2, 20205 yr For crops you really need to make a block model for every single stage of the of crop...the block model for crop stages is very simple to do, and requires very few lines of code Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 2, 20205 yr Author AAAA!!! THE QUESTION WAS ABOUT forge_marker AND forge blockstates IN NEW FORGE, BUT NOT ABOUT CROPS! Sorry from my caps. Link to docs. Edited August 2, 20205 yr by WildTan
August 2, 20205 yr Yeah, the format i posted above is the format you have to use anyway. No such thing as "forge_marker" in 1.15 as far as i know! Just see how vanilla does things, its your best source. I do not know if that answer your question though Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 2, 20205 yr Here, this may help you if you're familiar with 1.12, as a LOT of stuff has changed since then. https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a
August 2, 20205 yr TLDR Forge blockstates were removed because vanilla states are smarter now. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.