This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi all, i'm new to making resource packs, but i wanted to try my hand at making more randomised foliage.
I cant see an error with my code in the json file, but it just wont show up in game no matter what i do
My json code:
{ "variants": { "half=lower": { "model": "minecraft:block/tall_grass_bottom" }, "half=upper": [ { "model": "minecraft:block/tall_grass_top" "weight": 100 }, { "model": "minecraft:grass_variants/tall_grass_short1" "weight": 100 }, { "model": "minecraft:grass_variants/tall_grass_short2" "weight": 100 }, { "model": "minecraft:grass_variants/tall_grass3" "weight": 100 } ] }
Firstly, you should validate your code with JsonLint, since it doesn't look computer generated.
Second, if you weight all entries with 100, it's the same as giving no weight to all of them, since the default weight is 1.
Meow~
#F5F8FB
KittenKatja ♥
Hi all, i'm new to making resource packs, but i wanted to try my hand at making more randomised foliage.
I cant see an error with my code in the json file, but it just wont show up in game no matter what i do
My json code:
Firstly, you should validate your code with JsonLint, since it doesn't look computer generated.
Second, if you weight all entries with 100, it's the same as giving no weight to all of them, since the default weight is 1.
Meow~
#F5F8FB
KittenKatja ♥