generated from NeoForgeMDKs/MDK-1.21-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
// 1.21.1 2024-11-27T16:00:24.2446923 Registries | ||
// 1.21.1 2024-11-27T16:30:11.7066247 Registries | ||
3fd2de41d7f56602b24c8c3db6189289bbbe5aec data/tutorialmod/enchantment/lightning_striker.json | ||
7f12bbcc0196a5e16c72dbee4a65a0c54ecd8131 data/tutorialmod/neoforge/biome_modifier/add_bismuth_ore.json | ||
c04e2d2718fe82b49b71b226ced92e16b3899de5 data/tutorialmod/neoforge/biome_modifier/add_end_bismuth_ore.json | ||
eb84ccb9c7e293c4e5e8f382dc93f15622b9a7a8 data/tutorialmod/neoforge/biome_modifier/add_nether_bismuth_ore.json | ||
aaf11e04d11a88b56a609c7dfd1d1c1a5271ae31 data/tutorialmod/neoforge/biome_modifier/add_tree_bloodwood.json | ||
3cd890dbde0b55f88785d874de11fa6efdf407d2 data/tutorialmod/trim_material/bismuth.json | ||
a248f3d2ed7262ab9e3ba1194d67ffd6b2e0d1cb data/tutorialmod/trim_pattern/kaupen.json | ||
6c8fa2cc6887e1af235ae1d6b9d047abc187bf0e data/tutorialmod/worldgen/configured_feature/bismuth_ore.json | ||
ec29f104c0a48f205bf953be5e0cfd04b9253b1a data/tutorialmod/worldgen/configured_feature/bloodwood.json | ||
74ca087876b83762b1419f55951e41d2424829c7 data/tutorialmod/worldgen/configured_feature/end_bismuth_ore.json | ||
a1941ebc5c0ae20b1731e019a3aa49df359cb846 data/tutorialmod/worldgen/configured_feature/nether_bismuth_ore.json | ||
890981b29638f9a8066156170d0b4026983cda96 data/tutorialmod/worldgen/placed_feature/bismuth_ore_placed.json | ||
f61fa232fd30393cd5e1cf517a8b75628e27cbbf data/tutorialmod/worldgen/placed_feature/bloodwood_placed.json | ||
d106fa3f3fddcc98dd923e8790fbe20de51b0d1a data/tutorialmod/worldgen/placed_feature/end_bismuth_ore_placed.json | ||
c374ef899ceb43d2518c66ed45ee4915fcfd54e0 data/tutorialmod/worldgen/placed_feature/nether_bismuth_ore_placed.json |
9 changes: 9 additions & 0 deletions
9
src/generated/resources/data/tutorialmod/neoforge/biome_modifier/add_tree_bloodwood.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"type": "neoforge:add_features", | ||
"biomes": [ | ||
"minecraft:plains", | ||
"minecraft:savanna" | ||
], | ||
"features": "tutorialmod:bloodwood_placed", | ||
"step": "vegetal_decoration" | ||
} |
47 changes: 47 additions & 0 deletions
47
src/generated/resources/data/tutorialmod/worldgen/placed_feature/bloodwood_placed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"feature": "tutorialmod:bloodwood", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:count", | ||
"count": { | ||
"type": "minecraft:weighted_list", | ||
"distribution": [ | ||
{ | ||
"data": 3, | ||
"weight": 9 | ||
}, | ||
{ | ||
"data": 5, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:surface_water_depth_filter", | ||
"max_water_depth": 0 | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "OCEAN_FLOOR" | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
}, | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:would_survive", | ||
"state": { | ||
"Name": "tutorialmod:bloodwood_sapling", | ||
"Properties": { | ||
"stage": "0" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters