Skip to content

Commit

Permalink
changed type references to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassimo committed Aug 11, 2023
1 parent 4c1a2b6 commit adb7a35
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/trees/dynamictrees/species/acacia.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"#is_nether": 0.75,
"#forge:is_wet": 0.75
},
"perfect_biomes": { "type": "savanna" },
"perfect_biomes": { "tag": "#minecraft:is_savanna" },
"primitive_sapling": "acacia_sapling"
}
2 changes: 1 addition & 1 deletion src/main/resources/trees/dynamictrees/species/cocoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"#forge:is_hot": 1.1,
"#forge:is_wet": 1.1
},
"perfect_biomes": { "type": "jungle" },
"perfect_biomes": { "tag": "#minecraft:is_jungle" },
"pods": [
"cocoa"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"#forge:is_dry": 0.25,
"mushroom": 1.25
},
"perfect_biomes": { "type": "spooky", "name": "minecraft:.*" },
"perfect_biomes": { "tag": "#forge:is_spooky", "name": "minecraft:.*" },
"primitive_sapling": "dark_oak_sapling",
"features" : [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/trees/dynamictrees/species/jungle.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"#forge:is_hot": 1.1,
"#forge:is_wet": 1.1
},
"perfect_biomes": { "type": "jungle" },
"perfect_biomes": { "tag": "#minecraft:is_jungle" },
"primitive_sapling": "jungle_sapling",
"mega_species": "mega_jungle",
"features" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"#forge:is_hot": 1.1,
"#forge:is_wet": 1.1
},
"perfect_biomes": { "type": "jungle" },
"perfect_biomes": { "tag": "#minecraft:is_jungle" },
"features" : [
{
"name": "vines",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/trees/dynamictrees/species/spruce.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"#forge:is_dry": 0.25,
"#forge:is_wet": 0.75
},
"perfect_biomes": { "type": "coniferous" },
"perfect_biomes": { "tag": "#forge:is_coniferous" },
"primitive_sapling": "spruce_sapling",
"acceptable_soils": ["dirt_like"],
"world_gen_acceptable_soils": ["snow_like"],
Expand Down

0 comments on commit adb7a35

Please sign in to comment.