New biome
This commit is contained in:
parent
ac8e0e01d8
commit
eb4665a5fb
10
.eclipse/configurations/Client.launch
Normal file
10
.eclipse/configurations/Client.launch
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cawezs_mantle_to_stratus"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.neoforged.devlaunch.Main"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=" @/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/clientRunProgramArgs.txt"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value=" @/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/clientRunVmArgs.txt -Dfml.modFolders=testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/bin/main"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run"></stringAttribute>
|
||||
<booleanAttribute key="org.eclipse.jdt.launching.STOP_IN_MAIN" value="false"></booleanAttribute>
|
||||
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"></booleanAttribute>
|
||||
</launchConfiguration>
|
10
.eclipse/configurations/Server.launch
Normal file
10
.eclipse/configurations/Server.launch
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cawezs_mantle_to_stratus"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.neoforged.devlaunch.Main"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=" @/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/serverRunProgramArgs.txt"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value=" @/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/serverRunVmArgs.txt -Dfml.modFolders=testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/bin/main"></stringAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run"></stringAttribute>
|
||||
<booleanAttribute key="org.eclipse.jdt.launching.STOP_IN_MAIN" value="false"></booleanAttribute>
|
||||
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"></booleanAttribute>
|
||||
</launchConfiguration>
|
BIN
.mcreator/FullBackup202400232117.zip
Normal file
BIN
.mcreator/FullBackup202400232117.zip
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
.mcreator/modElementThumbnails/CeilingCrystal.png
Normal file
BIN
.mcreator/modElementThumbnails/CeilingCrystal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 B |
BIN
.mcreator/modElementThumbnails/Exhumed.png
Normal file
BIN
.mcreator/modElementThumbnails/Exhumed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 B |
Binary file not shown.
After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 621 B |
BIN
.mcreator/modElementThumbnails/FossilBlockDestroyedByPlayer.png
Normal file
BIN
.mcreator/modElementThumbnails/FossilBlockDestroyedByPlayer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 B |
@ -1 +1 @@
|
||||
buildFileVersion=20.6.117/1.1
|
||||
buildFileVersion=21.1.65
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -306,10 +306,10 @@
|
||||
"registry_name": "flippedmushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -370,8 +370,8 @@
|
||||
"registry_name": "grassland_tree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -586,10 +586,10 @@
|
||||
"registry_name": "crystalgrowth",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
@ -626,23 +626,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "FrozenFossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "frozen_fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Items/Frozen_Fossil"
|
||||
},
|
||||
{
|
||||
"name": "MtS",
|
||||
"type": "tab",
|
||||
@ -652,7 +635,7 @@
|
||||
"metadata": {
|
||||
"files": []
|
||||
},
|
||||
"path": "~/Biomes/Items"
|
||||
"path": "~/Items"
|
||||
},
|
||||
{
|
||||
"name": "Windsweptpillars",
|
||||
@ -1384,21 +1367,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Wetlandlake",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "wetlandlake",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandlake.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandlake_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandlake.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "CoralFans",
|
||||
"type": "feature",
|
||||
@ -1413,6 +1381,170 @@
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Crystalground",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalground",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Crystalair",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalair",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "CeilingCrystal",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "ceiling_crystal",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Crystalceiling",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalceiling",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Fossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java"
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "FossilBlockDestroyedByPlayer",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "fossil_block_destroyed_by_player",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "entity",
|
||||
"type": "entity"
|
||||
},
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomgiant",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomgiant",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json"
|
||||
],
|
||||
"has_nbt_structure": true
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomdetails",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomdetails",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
}
|
||||
],
|
||||
"variable_elements": [],
|
||||
@ -1481,12 +1613,12 @@
|
||||
"biome.cawezs_mantle_to_stratus.clouds": "Clouds",
|
||||
"biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland",
|
||||
"biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars",
|
||||
"block.cawezs_mantle_to_stratus.fossil": "Fossil",
|
||||
"biome.cawezs_mantle_to_stratus.stars": "Stars",
|
||||
"biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms",
|
||||
"biome.cawezs_mantle_to_stratus.crystals": "Crystal caves",
|
||||
"biome.cawezs_mantle_to_stratus.trees": "Trees",
|
||||
"item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus",
|
||||
"block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice",
|
||||
"biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves",
|
||||
"biome.cawezs_mantle_to_stratus.cliffs": "Cliffs",
|
||||
"biome.cawezs_mantle_to_stratus.dry": "Dry"
|
||||
@ -1508,7 +1640,12 @@
|
||||
},
|
||||
{
|
||||
"name": "Mushrooms",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grasslands",
|
||||
@ -1524,21 +1661,17 @@
|
||||
},
|
||||
{
|
||||
"name": "Crystals",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monoliths",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": [
|
||||
{
|
||||
"name": "Frozen_Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Trees",
|
||||
"children": []
|
||||
@ -1560,6 +1693,19 @@
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blocks",
|
||||
"children": [
|
||||
{
|
||||
"name": "Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
@ -306,10 +306,10 @@
|
||||
"registry_name": "flippedmushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -370,8 +370,8 @@
|
||||
"registry_name": "grassland_tree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -586,10 +586,10 @@
|
||||
"registry_name": "crystalgrowth",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
@ -626,23 +626,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "FrozenFossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "frozen_fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Items/Frozen_Fossil"
|
||||
},
|
||||
{
|
||||
"name": "MtS",
|
||||
"type": "tab",
|
||||
@ -652,7 +635,7 @@
|
||||
"metadata": {
|
||||
"files": []
|
||||
},
|
||||
"path": "~/Biomes/Items"
|
||||
"path": "~/Items"
|
||||
},
|
||||
{
|
||||
"name": "Windsweptpillars",
|
||||
@ -1384,21 +1367,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Wetlandlake",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "wetlandlake",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandlake.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandlake_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandlake.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "CoralFans",
|
||||
"type": "feature",
|
||||
@ -1413,6 +1381,170 @@
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Crystalground",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalground",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Crystalair",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalair",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "CeilingCrystal",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "ceiling_crystal",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Crystalceiling",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalceiling",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Fossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java"
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "FossilBlockDestroyedByPlayer",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "fossil_block_destroyed_by_player",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "entity",
|
||||
"type": "entity"
|
||||
},
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomgiant",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomgiant",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json"
|
||||
],
|
||||
"has_nbt_structure": true
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomdetails",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomdetails",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
}
|
||||
],
|
||||
"variable_elements": [],
|
||||
@ -1481,12 +1613,12 @@
|
||||
"biome.cawezs_mantle_to_stratus.clouds": "Clouds",
|
||||
"biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland",
|
||||
"biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars",
|
||||
"block.cawezs_mantle_to_stratus.fossil": "Fossil",
|
||||
"biome.cawezs_mantle_to_stratus.stars": "Stars",
|
||||
"biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms",
|
||||
"biome.cawezs_mantle_to_stratus.crystals": "Crystal caves",
|
||||
"biome.cawezs_mantle_to_stratus.trees": "Trees",
|
||||
"item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus",
|
||||
"block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice",
|
||||
"biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves",
|
||||
"biome.cawezs_mantle_to_stratus.cliffs": "Cliffs",
|
||||
"biome.cawezs_mantle_to_stratus.dry": "Dry"
|
||||
@ -1508,7 +1640,12 @@
|
||||
},
|
||||
{
|
||||
"name": "Mushrooms",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grasslands",
|
||||
@ -1524,21 +1661,17 @@
|
||||
},
|
||||
{
|
||||
"name": "Crystals",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monoliths",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": [
|
||||
{
|
||||
"name": "Frozen_Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Trees",
|
||||
"children": []
|
||||
@ -1560,6 +1693,19 @@
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blocks",
|
||||
"children": [
|
||||
{
|
||||
"name": "Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
@ -306,10 +306,10 @@
|
||||
"registry_name": "flippedmushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -370,8 +370,8 @@
|
||||
"registry_name": "grassland_tree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -586,10 +586,10 @@
|
||||
"registry_name": "crystalgrowth",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
@ -626,23 +626,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "FrozenFossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "frozen_fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Items/Frozen_Fossil"
|
||||
},
|
||||
{
|
||||
"name": "MtS",
|
||||
"type": "tab",
|
||||
@ -652,7 +635,7 @@
|
||||
"metadata": {
|
||||
"files": []
|
||||
},
|
||||
"path": "~/Biomes/Items"
|
||||
"path": "~/Items"
|
||||
},
|
||||
{
|
||||
"name": "Windsweptpillars",
|
||||
@ -1398,6 +1381,185 @@
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Crystalground",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalground",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Crystalair",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalair",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "CeilingCrystal",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "ceiling_crystal",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Crystalceiling",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalceiling",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Fossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java"
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "FossilBlockDestroyedByPlayer",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "fossil_block_destroyed_by_player",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "entity",
|
||||
"type": "entity"
|
||||
},
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomgiant",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomgiant",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json"
|
||||
],
|
||||
"has_nbt_structure": true
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomdetails",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomdetails",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Outline",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "outline",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
}
|
||||
],
|
||||
"variable_elements": [],
|
||||
@ -1466,12 +1628,12 @@
|
||||
"biome.cawezs_mantle_to_stratus.clouds": "Clouds",
|
||||
"biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland",
|
||||
"biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars",
|
||||
"block.cawezs_mantle_to_stratus.fossil": "Fossil",
|
||||
"biome.cawezs_mantle_to_stratus.stars": "Stars",
|
||||
"biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms",
|
||||
"biome.cawezs_mantle_to_stratus.crystals": "Crystal caves",
|
||||
"biome.cawezs_mantle_to_stratus.trees": "Trees",
|
||||
"item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus",
|
||||
"block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice",
|
||||
"biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves",
|
||||
"biome.cawezs_mantle_to_stratus.cliffs": "Cliffs",
|
||||
"biome.cawezs_mantle_to_stratus.dry": "Dry"
|
||||
@ -1493,7 +1655,12 @@
|
||||
},
|
||||
{
|
||||
"name": "Mushrooms",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grasslands",
|
||||
@ -1509,21 +1676,17 @@
|
||||
},
|
||||
{
|
||||
"name": "Crystals",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monoliths",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": [
|
||||
{
|
||||
"name": "Frozen_Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Trees",
|
||||
"children": []
|
||||
@ -1545,6 +1708,19 @@
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blocks",
|
||||
"children": [
|
||||
{
|
||||
"name": "Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
@ -306,10 +306,10 @@
|
||||
"registry_name": "flippedmushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -370,8 +370,8 @@
|
||||
"registry_name": "grassland_tree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -586,10 +586,10 @@
|
||||
"registry_name": "crystalgrowth",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
@ -626,23 +626,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "FrozenFossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "frozen_fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Items/Frozen_Fossil"
|
||||
},
|
||||
{
|
||||
"name": "MtS",
|
||||
"type": "tab",
|
||||
@ -652,7 +635,7 @@
|
||||
"metadata": {
|
||||
"files": []
|
||||
},
|
||||
"path": "~/Biomes/Items"
|
||||
"path": "~/Items"
|
||||
},
|
||||
{
|
||||
"name": "Windsweptpillars",
|
||||
@ -1398,6 +1381,185 @@
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Crystalground",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalground",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Crystalair",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalair",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "CeilingCrystal",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "ceiling_crystal",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Crystalceiling",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalceiling",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Fossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java"
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "FossilBlockDestroyedByPlayer",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "fossil_block_destroyed_by_player",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "entity",
|
||||
"type": "entity"
|
||||
},
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomgiant",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomgiant",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json"
|
||||
],
|
||||
"has_nbt_structure": true
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomdetails",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomdetails",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Outline",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "outline",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
}
|
||||
],
|
||||
"variable_elements": [],
|
||||
@ -1466,12 +1628,12 @@
|
||||
"biome.cawezs_mantle_to_stratus.clouds": "Clouds",
|
||||
"biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland",
|
||||
"biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars",
|
||||
"block.cawezs_mantle_to_stratus.fossil": "Fossil",
|
||||
"biome.cawezs_mantle_to_stratus.stars": "Stars",
|
||||
"biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms",
|
||||
"biome.cawezs_mantle_to_stratus.crystals": "Crystal caves",
|
||||
"biome.cawezs_mantle_to_stratus.trees": "Trees",
|
||||
"item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus",
|
||||
"block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice",
|
||||
"biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves",
|
||||
"biome.cawezs_mantle_to_stratus.cliffs": "Cliffs",
|
||||
"biome.cawezs_mantle_to_stratus.dry": "Dry"
|
||||
@ -1493,7 +1655,12 @@
|
||||
},
|
||||
{
|
||||
"name": "Mushrooms",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grasslands",
|
||||
@ -1509,21 +1676,17 @@
|
||||
},
|
||||
{
|
||||
"name": "Crystals",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monoliths",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": [
|
||||
{
|
||||
"name": "Frozen_Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Trees",
|
||||
"children": []
|
||||
@ -1545,6 +1708,19 @@
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blocks",
|
||||
"children": [
|
||||
{
|
||||
"name": "Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
1780
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173825
Normal file
1780
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173825
Normal file
File diff suppressed because it is too large
Load Diff
1795
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_174655
Normal file
1795
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_174655
Normal file
File diff suppressed because it is too large
Load Diff
1795
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_175425
Normal file
1795
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_175425
Normal file
File diff suppressed because it is too large
Load Diff
1843
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025
Normal file
1843
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025
Normal file
File diff suppressed because it is too large
Load Diff
1843
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625
Normal file
1843
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625
Normal file
File diff suppressed because it is too large
Load Diff
1824
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_181627
Normal file
1824
.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_181627
Normal file
File diff suppressed because it is too large
Load Diff
36
build.gradle
36
build.gradle
@ -1,31 +1,35 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'eclipse'
|
||||
id 'net.neoforged.gradle.userdev' version '7.0.152'
|
||||
id 'net.neoforged.moddev' version '1.0.20'
|
||||
}
|
||||
|
||||
version = '1.0'
|
||||
group = 'com.yourname.modid'
|
||||
base.archivesName = "modid"
|
||||
|
||||
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
|
||||
|
||||
def at_file = rootProject.file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
if (at_file.exists()) minecraft.accessTransformers.file at_file
|
||||
neoForge {
|
||||
version = "21.1.65"
|
||||
|
||||
runs {
|
||||
configureEach {
|
||||
systemProperty 'forge.logging.markers', 'REGISTRIES'
|
||||
systemProperty 'forge.logging.console.level', 'debug'
|
||||
modSource project.sourceSets.main
|
||||
runs {
|
||||
client {
|
||||
client()
|
||||
}
|
||||
server {
|
||||
server()
|
||||
}
|
||||
|
||||
configureEach {
|
||||
systemProperty 'forge.logging.markers', 'REGISTRIES'
|
||||
logLevel = org.slf4j.event.Level.DEBUG
|
||||
}
|
||||
}
|
||||
|
||||
client {}
|
||||
server {}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.neoforged:neoforge:20.6.117'
|
||||
mods {
|
||||
testproject {
|
||||
sourceSet sourceSets.main
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
|
@ -13,21 +13,6 @@
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Below1",
|
||||
"type": "dimension",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "below_1",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Buriedwetlandcaves",
|
||||
"type": "biome",
|
||||
@ -49,8 +34,8 @@
|
||||
"registry_name": "slimeblob",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json"
|
||||
]
|
||||
},
|
||||
@ -65,8 +50,8 @@
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
@ -79,9 +64,9 @@
|
||||
"registry_name": "mossyoutgrowth",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
@ -94,10 +79,10 @@
|
||||
"registry_name": "wetlandcrosses",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
@ -187,8 +172,8 @@
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -201,9 +186,9 @@
|
||||
"registry_name": "brownmushroompatches",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -216,8 +201,8 @@
|
||||
"registry_name": "giant_brown_mushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json"
|
||||
]
|
||||
},
|
||||
@ -231,8 +216,8 @@
|
||||
"registry_name": "giant_red_mushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json"
|
||||
]
|
||||
},
|
||||
@ -247,8 +232,8 @@
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -261,9 +246,9 @@
|
||||
"registry_name": "warpedpatch",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -276,9 +261,9 @@
|
||||
"registry_name": "crimsonpatch",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -291,9 +276,9 @@
|
||||
"registry_name": "lanternpatch",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -306,10 +291,10 @@
|
||||
"registry_name": "flippedmushroom",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms"
|
||||
@ -354,9 +339,9 @@
|
||||
"registry_name": "hive",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json"
|
||||
]
|
||||
},
|
||||
@ -377,21 +362,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Grasslands"
|
||||
},
|
||||
{
|
||||
"name": "Below2",
|
||||
"type": "dimension",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "below_2",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java"
|
||||
]
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Frozencaves",
|
||||
"type": "biome",
|
||||
@ -417,8 +387,8 @@
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Frozen"
|
||||
@ -526,9 +496,9 @@
|
||||
"registry_name": "frozencampfire",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Frozen"
|
||||
@ -541,9 +511,9 @@
|
||||
"registry_name": "frozensoulpatch",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Frozen"
|
||||
@ -556,9 +526,9 @@
|
||||
"registry_name": "frozenpowder",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Frozen"
|
||||
@ -626,23 +596,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "FrozenFossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "frozen_fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Items/Frozen_Fossil"
|
||||
},
|
||||
{
|
||||
"name": "MtS",
|
||||
"type": "tab",
|
||||
@ -652,7 +605,7 @@
|
||||
"metadata": {
|
||||
"files": []
|
||||
},
|
||||
"path": "~/Biomes/Items"
|
||||
"path": "~/Items"
|
||||
},
|
||||
{
|
||||
"name": "Windsweptpillars",
|
||||
@ -677,10 +630,10 @@
|
||||
"registry_name": "pillar",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Monoliths"
|
||||
@ -732,21 +685,6 @@
|
||||
},
|
||||
"path": "~/Biomes/Monoliths"
|
||||
},
|
||||
{
|
||||
"name": "Sky1",
|
||||
"type": "dimension",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "sky_1",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Notes",
|
||||
"type": "code",
|
||||
@ -780,8 +718,8 @@
|
||||
"registry_name": "treesgenerator",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -795,9 +733,9 @@
|
||||
"registry_name": "treesflowers",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Trees"
|
||||
@ -810,9 +748,9 @@
|
||||
"registry_name": "treespatches",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Trees"
|
||||
@ -826,8 +764,8 @@
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Clouds"
|
||||
@ -885,9 +823,9 @@
|
||||
"registry_name": "cloudslights",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Clouds"
|
||||
@ -915,9 +853,9 @@
|
||||
"registry_name": "drydeadbush",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Dry"
|
||||
@ -930,8 +868,8 @@
|
||||
"registry_name": "drybones",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json"
|
||||
]
|
||||
},
|
||||
@ -945,8 +883,8 @@
|
||||
"registry_name": "drytree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
@ -960,9 +898,9 @@
|
||||
"registry_name": "drycactus",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Dry"
|
||||
@ -976,27 +914,12 @@
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json"
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Dry"
|
||||
},
|
||||
{
|
||||
"name": "Sky2",
|
||||
"type": "dimension",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "sky_2",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Cliffs",
|
||||
"type": "biome",
|
||||
@ -1398,6 +1321,278 @@
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Buried Wetlands"
|
||||
},
|
||||
{
|
||||
"name": "Crystalground",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalground",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Crystalair",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalair",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals/Structures"
|
||||
},
|
||||
{
|
||||
"name": "CeilingCrystal",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "ceiling_crystal",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Crystalceiling",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "crystalceiling",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Fossil",
|
||||
"type": "block",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "fossil",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json",
|
||||
"src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "FossilBlockDestroyedByPlayer",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "fossil_block_destroyed_by_player",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "entity",
|
||||
"type": "entity"
|
||||
},
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Blocks/Fossil"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomgiant",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomgiant",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json"
|
||||
],
|
||||
"has_nbt_structure": true
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Mushroomdetails",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "mushroomdetails",
|
||||
"metadata": {
|
||||
"has_nbt_structure": true,
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Mushrooms/Structures"
|
||||
},
|
||||
{
|
||||
"name": "Outline",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "outline",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Crystals"
|
||||
},
|
||||
{
|
||||
"name": "Exhumed",
|
||||
"type": "biome",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "exhumed",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Places"
|
||||
},
|
||||
{
|
||||
"name": "Exhumedvegetation",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "exhumedvegetation",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Exhumed"
|
||||
},
|
||||
{
|
||||
"name": "ExhumedTree",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "exhumed_tree",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Exhumed"
|
||||
},
|
||||
{
|
||||
"name": "ExhumedAir",
|
||||
"type": "feature",
|
||||
"compiles": true,
|
||||
"locked_code": false,
|
||||
"registry_name": "exhumed_air",
|
||||
"metadata": {
|
||||
"files": [
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json",
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json",
|
||||
"src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json"
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Exhumed"
|
||||
},
|
||||
{
|
||||
"name": "ExhumedAirAdditionalGenerationCondition",
|
||||
"type": "procedure",
|
||||
"compiles": true,
|
||||
"locked_code": true,
|
||||
"registry_name": "exhumed_air_additional_generation_condition",
|
||||
"metadata": {
|
||||
"return_type": "logic",
|
||||
"files": [
|
||||
"src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "x",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "y",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "z",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "world",
|
||||
"type": "world"
|
||||
}
|
||||
]
|
||||
},
|
||||
"path": "~/Biomes/Exhumed"
|
||||
}
|
||||
],
|
||||
"variable_elements": [],
|
||||
@ -1424,29 +1619,8 @@
|
||||
"~CUSTOM:Buriedwetlandcaves"
|
||||
],
|
||||
"BLOCKS:minecraft:overworld_carver_replaceables": [
|
||||
"~Blocks.MUD",
|
||||
"~Blocks.GRAVEL",
|
||||
"~Blocks.MYCELIUM",
|
||||
"~Blocks.DIRT#2",
|
||||
"~Blocks.DEEPSLATE",
|
||||
"~Blocks.COBBLED_DEEPSLATE",
|
||||
"~Blocks.STONE#1",
|
||||
"~Blocks.STONE#5",
|
||||
"~Blocks.LIGHT",
|
||||
"~Blocks.AIR",
|
||||
"~Blocks.SAND#1",
|
||||
"~Blocks.RED_SANDSTONE#0",
|
||||
"~Blocks.STAINED_GLASS#0",
|
||||
"~Blocks.ROOTED_DIRT",
|
||||
"~Blocks.GRASS",
|
||||
"~Blocks.STONE#0",
|
||||
"~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS",
|
||||
"~Blocks.SMOOTH_BASALT",
|
||||
"~Blocks.BLUE_ICE",
|
||||
"~Blocks.BLACKSTONE",
|
||||
"~Blocks.TUFF",
|
||||
"~Blocks.SNOW",
|
||||
"~Blocks.CALCITE"
|
||||
"~Blocks.NETHER_WART_BLOCK",
|
||||
"~Blocks.STAINED_HARDENED_CLAY#14"
|
||||
],
|
||||
"BIOMES:minecraft:has_structure/mineshaft_mesa": [
|
||||
"~CUSTOM:Mushrooms",
|
||||
@ -1466,14 +1640,15 @@
|
||||
"biome.cawezs_mantle_to_stratus.clouds": "Clouds",
|
||||
"biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland",
|
||||
"biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars",
|
||||
"block.cawezs_mantle_to_stratus.fossil": "Fossil",
|
||||
"biome.cawezs_mantle_to_stratus.stars": "Stars",
|
||||
"biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms",
|
||||
"biome.cawezs_mantle_to_stratus.crystals": "Crystal caves",
|
||||
"biome.cawezs_mantle_to_stratus.trees": "Trees",
|
||||
"item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus",
|
||||
"block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice",
|
||||
"biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves",
|
||||
"biome.cawezs_mantle_to_stratus.cliffs": "Cliffs",
|
||||
"biome.cawezs_mantle_to_stratus.exhumed": "Exhumed",
|
||||
"biome.cawezs_mantle_to_stratus.dry": "Dry"
|
||||
}
|
||||
},
|
||||
@ -1493,7 +1668,12 @@
|
||||
},
|
||||
{
|
||||
"name": "Mushrooms",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Grasslands",
|
||||
@ -1509,21 +1689,17 @@
|
||||
},
|
||||
{
|
||||
"name": "Crystals",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Structures",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monoliths",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": [
|
||||
{
|
||||
"name": "Frozen_Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Trees",
|
||||
"children": []
|
||||
@ -1543,8 +1719,25 @@
|
||||
{
|
||||
"name": "Stars",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "Exhumed",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blocks",
|
||||
"children": [
|
||||
{
|
||||
"name": "Fossil",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Items",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1560,8 +1753,8 @@
|
||||
"dependencies": [],
|
||||
"dependants": [],
|
||||
"mcreatorDependencies": [],
|
||||
"currentGenerator": "neoforge-1.20.6",
|
||||
"currentGenerator": "neoforge-1.21.1",
|
||||
"modElementsPackage": "net.mcreator.cawezsmantletostratus"
|
||||
},
|
||||
"mcreatorVersion": 202400232117
|
||||
"mcreatorVersion": 202400342716
|
||||
}
|
@ -1,59 +0,0 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_type": "dimension",
|
||||
"definition": {
|
||||
"biomesInDimension": [
|
||||
{
|
||||
"value": "CUSTOM:Buriedwetlandcaves"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Mushrooms"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Overgrowncaves"
|
||||
}
|
||||
],
|
||||
"worldGenType": "Nether like gen",
|
||||
"mainFillerBlock": {
|
||||
"value": "Blocks.BLACKSTONE"
|
||||
},
|
||||
"fluidBlock": {
|
||||
"value": "Blocks.FLOWING_WATER"
|
||||
},
|
||||
"airColor": {
|
||||
"value": -16777216,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"canRespawnHere": true,
|
||||
"hasFog": false,
|
||||
"isDark": true,
|
||||
"doesWaterVaporize": false,
|
||||
"sleepResult": "ALLOW",
|
||||
"hasSkyLight": false,
|
||||
"imitateOverworldBehaviour": false,
|
||||
"portalFrame": {
|
||||
"value": ""
|
||||
},
|
||||
"portalParticles": {
|
||||
"value": "PORTAL"
|
||||
},
|
||||
"portalLuminance": 0,
|
||||
"portalSound": {
|
||||
"value": "block.portal.ambient"
|
||||
},
|
||||
"enableIgniter": true,
|
||||
"igniterName": "Below 1 Portal Igniter",
|
||||
"igniterRarity": "COMMON",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"texture": "",
|
||||
"portalTexture": "",
|
||||
"enablePortal": false
|
||||
}
|
||||
}
|
@ -1,59 +0,0 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_type": "dimension",
|
||||
"definition": {
|
||||
"biomesInDimension": [
|
||||
{
|
||||
"value": "CUSTOM:Windsweptpillars"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Frozencaves"
|
||||
}
|
||||
],
|
||||
"worldGenType": "Nether like gen",
|
||||
"mainFillerBlock": {
|
||||
"value": "Blocks.BLACKSTONE"
|
||||
},
|
||||
"fluidBlock": {
|
||||
"value": "Blocks.OBSIDIAN"
|
||||
},
|
||||
"airColor": {
|
||||
"value": -16777216,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"canRespawnHere": true,
|
||||
"hasFog": true,
|
||||
"isDark": true,
|
||||
"doesWaterVaporize": false,
|
||||
"sleepResult": "ALLOW",
|
||||
"hasSkyLight": false,
|
||||
"imitateOverworldBehaviour": false,
|
||||
"portalFrame": {
|
||||
"value": ""
|
||||
},
|
||||
"portalParticles": {
|
||||
"value": "PORTAL"
|
||||
},
|
||||
"portalLuminance": 0,
|
||||
"portalSound": {
|
||||
"value": "block.portal.ambient"
|
||||
},
|
||||
"enableIgniter": true,
|
||||
"igniterName": "Below 2 Portal Igniter",
|
||||
"igniterRarity": "COMMON",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"texture": "",
|
||||
"portalTexture": "",
|
||||
"enablePortal": false
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Buried Wetland",
|
||||
|
7
elements/CeilingCrystal.mod.json
Normal file
7
elements/CeilingCrystal.mod.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.MUSHROOM_STEM</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.CHAIN</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"></block></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.CHAIN</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">EQ</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.POINTED_DRIPSTONE</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"block_set_enum_property\"><value name=\"property\"><block type=\"text\"><field name=\"TEXT\">thickness</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"value\"><block type=\"text\"><field name=\"TEXT\">middle</field></block></value></block></next></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">EQ</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.POINTED_DRIPSTONE</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"block_set_enum_property\"><value name=\"property\"><block type=\"text\"><field name=\"TEXT\">thickness</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"value\"><block type=\"text\"><field name=\"TEXT\">middle</field></block></value></block></next></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LIGHT</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"B\"><block type=\"coord_y\"></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.TORCHFLOWER</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"B\"><block type=\"coord_y\"></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LIGHT</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"B\"><block type=\"coord_y\"/></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.TORCHFLOWER</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"B\"><block type=\"coord_y\"/></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Cliffs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Clouds",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
@ -9,6 +9,6 @@
|
||||
"value": "CUSTOM:Buriedwetlandcaves"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"5\"></mutation><value name=\"feature0\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.TUBE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#11</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.BRAIN_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#6</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.BUBBLE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#10</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature3\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.FIRE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#14</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature4\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.HORN_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#13</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">4</field></block></value></block></next></block></xml>"
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"5\"></mutation><value name=\"feature0\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.TUBE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#11</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.BRAIN_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#6</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.BUBBLE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#10</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature3\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.FIRE_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#14</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><value name=\"feature4\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block\">Blocks.HORN_CORAL_FAN</field><field name=\"property0\">waterlogged</field><field name=\"value0\">true</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CONCRETE#13</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">8</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
14
elements/Crystalair.mod.json
Normal file
14
elements/Crystalair.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"-331\" y=\"112\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"3\"></mutation><value name=\"feature0\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_smol4111</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_smol1829</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_smol1981</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value></block></value><next><block type=\"placement_height_range\"><value name=\"height\"><block type=\"height_provider_uniform\"><value name=\"min\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">0</field></block></value><value name=\"max\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">64</field></block></value></block></value><next><block type=\"placement_block_predicate_filter\"><value name=\"condition\"><block type=\"block_predicate_is_air\"></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
17
elements/Crystalceiling.mod.json
Normal file
17
elements/Crystalceiling.mod.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
}
|
||||
],
|
||||
"generateCondition": {
|
||||
"name": "CeilingCrystal"
|
||||
},
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_block\"><value name=\"block\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.AIR</field></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">4</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
14
elements/Crystalground.mod.json
Normal file
14
elements/Crystalground.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"-331\" y=\"112\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"8\"></mutation><value name=\"feature0\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_tree124</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_tree90</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_pillar123</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature3\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_big1028</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature4\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_pillar63763</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature5\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_pillar09282</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature6\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_pillar109122</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature7\"><block type=\"feature_custom_structure\"><field name=\"structure\">crystal_floor_pillar01209012</field><field name=\"x\">0</field><field name=\"y\">0</field><field name=\"z\">0</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">2</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LAVA</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"math_random_number_between\"><value name=\"min\"><block type=\"coord_z\"></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LAVA</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"math_random_number_between\"><value name=\"min\"><block type=\"coord_z\"/></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Crystal caves",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "dimension",
|
||||
"definition": {
|
||||
"biomesInDimension": [
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
"value": "CUSTOM:Exhumed"
|
||||
}
|
||||
],
|
||||
"worldGenType": "Nether like gen",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Dry",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
109
elements/Exhumed.mod.json
Normal file
109
elements/Exhumed.mod.json
Normal file
@ -0,0 +1,109 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Exhumed",
|
||||
"groundBlock": {
|
||||
"value": "Blocks.NETHER_WART_BLOCK"
|
||||
},
|
||||
"undergroundBlock": {
|
||||
"value": "Blocks.STAINED_HARDENED_CLAY#14"
|
||||
},
|
||||
"underwaterBlock": {
|
||||
"value": ""
|
||||
},
|
||||
"airColor": {
|
||||
"value": -16777216,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"foliageColor": {
|
||||
"value": -65536,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"ambientSound": {
|
||||
"value": ""
|
||||
},
|
||||
"additionsSound": {
|
||||
"value": ""
|
||||
},
|
||||
"music": {
|
||||
"value": ""
|
||||
},
|
||||
"moodSound": {
|
||||
"value": ""
|
||||
},
|
||||
"moodSoundDelay": 6000,
|
||||
"spawnParticles": false,
|
||||
"particleToSpawn": {
|
||||
"value": "EXPLOSION_NORMAL"
|
||||
},
|
||||
"particlesProbability": 0.5,
|
||||
"rainingPossibility": 0.5,
|
||||
"temperature": 0.5,
|
||||
"spawnBiome": false,
|
||||
"spawnInCaves": false,
|
||||
"spawnBiomeNether": false,
|
||||
"genTemperature": {
|
||||
"min": -0.5,
|
||||
"max": 0.5
|
||||
},
|
||||
"genHumidity": {
|
||||
"min": -0.5,
|
||||
"max": 0.5
|
||||
},
|
||||
"genContinentalness": {
|
||||
"min": 0.3,
|
||||
"max": 1.0
|
||||
},
|
||||
"genErosion": {
|
||||
"min": -0.5,
|
||||
"max": 0.5
|
||||
},
|
||||
"genWeirdness": {
|
||||
"min": -1.0,
|
||||
"max": 1.0
|
||||
},
|
||||
"treesPerChunk": 1,
|
||||
"vanillaTreeType": "Default",
|
||||
"treeType": 0,
|
||||
"minHeight": 7,
|
||||
"treeStem": {
|
||||
"value": ""
|
||||
},
|
||||
"treeBranch": {
|
||||
"value": ""
|
||||
},
|
||||
"treeVines": {
|
||||
"value": ""
|
||||
},
|
||||
"treeFruits": {
|
||||
"value": ""
|
||||
},
|
||||
"defaultFeatures": [
|
||||
"Caves",
|
||||
"Ores",
|
||||
"FrozenTopLayer"
|
||||
],
|
||||
"spawnStronghold": false,
|
||||
"spawnMineshaft": false,
|
||||
"spawnMineshaftMesa": false,
|
||||
"spawnPillagerOutpost": false,
|
||||
"villageType": "none",
|
||||
"spawnWoodlandMansion": false,
|
||||
"spawnJungleTemple": false,
|
||||
"spawnDesertPyramid": false,
|
||||
"spawnSwampHut": false,
|
||||
"spawnIgloo": false,
|
||||
"spawnOceanMonument": false,
|
||||
"spawnShipwreck": false,
|
||||
"spawnShipwreckBeached": false,
|
||||
"spawnBuriedTreasure": false,
|
||||
"oceanRuinType": "NONE",
|
||||
"spawnNetherBridge": false,
|
||||
"spawnNetherFossil": false,
|
||||
"spawnBastionRemnant": false,
|
||||
"spawnEndCity": false,
|
||||
"spawnRuinedPortal": "NONE",
|
||||
"spawnEntries": []
|
||||
}
|
||||
}
|
17
elements/ExhumedAir.mod.json
Normal file
17
elements/ExhumedAir.mod.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Exhumed"
|
||||
}
|
||||
],
|
||||
"generateCondition": {
|
||||
"name": "ExhumedAirAdditionalGenerationCondition"
|
||||
},
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_block\"><value name=\"block\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.AIR</field></block></value></block></value><next><block type=\"placement_count\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">4</field></block></value><next><block type=\"placement_height_range\"><value name=\"height\"><block type=\"height_provider_uniform\"><value name=\"min\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">0</field></block></value><value name=\"max\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">128</field></block></value></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_repeat_ext\"><value name=\"TIMES\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><statement name=\"DO\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.RED_NETHER_BRICK_WALL</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.NETHER_BRICK_FENCE</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.PEARLESCENT_FROGLIGHT</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></next></block></next></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
14
elements/ExhumedTree.mod.json
Normal file
14
elements/ExhumedTree.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Exhumed"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_tree_pine\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"type\">pine</field><field name=\"base_height\">6</field><field name=\"height_variation_a\">4</field><field name=\"height_variation_b\">0</field><field name=\"force_dirt\">FALSE</field><field name=\"ignore_vines\">TRUE</field><value name=\"dirt\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CRIMSON_HYPHAE</field></block></value><value name=\"trunk\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.STRIPPED_CRIMSON_HYPHAE</field></block></value><value name=\"foliage\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.LEAVES#0</field></block></value><value name=\"foliage_height\"><block type=\"int_provider_uniform\"><field name=\"min\">3</field><field name=\"max\">4</field></block></value><value name=\"root_placer\"><block type=\"root_placer_none\"></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">4</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
14
elements/Exhumedvegetation.mod.json
Normal file
14
elements/Exhumedvegetation.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Exhumed"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_block_pile\"><value name=\"block\"><block type=\"state_provider_weighted\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"7\"></mutation><field name=\"weight0\">1</field><field name=\"weight1\">1</field><field name=\"weight2\">1</field><field name=\"weight3\">1</field><field name=\"weight4\">1</field><field name=\"weight5\">1</field><field name=\"weight6\">1</field><value name=\"entry0\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.REDSTONE_BLOCK</field></block></value><value name=\"entry1\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.REDSTONE_WIRE</field></block></value><value name=\"entry2\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CRIMSON_FUNGUS</field></block></value><value name=\"entry3\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.REDSTONE_TORCH</field></block></value><value name=\"entry4\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.WEEPING_VINES_PLANT</field></block></value><value name=\"entry5\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CRIMSON_HYPHAE</field></block></value><value name=\"entry6\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CRIMSON_ROOTS</field></block></value></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">4</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
@ -12,6 +12,6 @@
|
||||
"generateCondition": {
|
||||
"name": "FlippedmushroomAdditionalGenerationCondition"
|
||||
},
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_block\"><value name=\"block\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.AIR</field></block></value></block></value><next><block type=\"placement_rarity\"><field name=\"rarity\">2</field><next><block type=\"placement_biome_filter\"><comment pinned=\"false\" h=\"80\" w=\"160\">We add a biome filter, so that the patches don't generate outside of the current biome</comment><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value><next><block type=\"placement_block_predicate_filter\"><value name=\"condition\"><block type=\"block_predicate_is_air\"></block></value></block></next></block></next></block></next></block></next></block></xml>"
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_block\"><value name=\"block\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.AIR</field></block></value></block></value><next><block type=\"placement_biome_filter\"><comment pinned=\"false\" h=\"80\" w=\"160\">We add a biome filter, so that the patches don't generate outside of the current biome</comment><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">2</field></block></value><next><block type=\"placement_block_predicate_filter\"><value name=\"condition\"><block type=\"block_predicate_is_air\"></block></value></block></next></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.MUSHROOM_STEM</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"></block></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"blockat_is_solid\"><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></value><statement name=\"DO0\"><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.MUSHROOM_STEM</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value></block></statement><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "frozen_fossil",
|
||||
"textureTop": "frozen_fossil",
|
||||
"textureLeft": "frozen_fossil",
|
||||
"textureFront": "frozen_fossil",
|
||||
"textureRight": "frozen_fossil",
|
||||
"textureBack": "frozen_fossil",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
@ -33,11 +33,12 @@
|
||||
"subtract": false
|
||||
}
|
||||
],
|
||||
"name": "Suspicious Ice",
|
||||
"customProperties": [],
|
||||
"name": "Fossil",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 1.0,
|
||||
"hardness": 10.0,
|
||||
"resistance": 10.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
@ -48,7 +49,7 @@
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
@ -121,6 +122,9 @@
|
||||
"isFluidTank": false,
|
||||
"fluidCapacity": 8000,
|
||||
"fluidRestrictions": [],
|
||||
"onDestroyedByPlayer": {
|
||||
"name": "FossilBlockDestroyedByPlayer"
|
||||
},
|
||||
"generateFeature": false,
|
||||
"restrictionBiomes": [],
|
||||
"blocksToReplace": [
|
7
elements/FossilBlockDestroyedByPlayer.mod.json
Normal file
7
elements/FossilBlockDestroyedByPlayer.mod.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><mutation else=\"1\"/><value name=\"IF0\"><block type=\"compare_mcitems\"><value name=\"a\"><block type=\"entity_iteminhand\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></value><value name=\"b\"><block type=\"mcitem_all\"><field name=\"value\">Items.BRUSH</field></block></value></block></value><statement name=\"DO0\"><block type=\"execute_command\"><value name=\"command\"><block type=\"text\"><field name=\"TEXT\">clear</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></statement><statement name=\"ELSE\"><block type=\"execute_command\"><value name=\"command\"><block type=\"text\"><field name=\"TEXT\">clear</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"coord_z\"/></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><next><block type=\"entity_send_chat\"><value name=\"text\"><block type=\"text\"><field name=\"TEXT\">Try using a brush.</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"actbar\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LOG2#1</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><value name=\"B\"><block type=\"coord_y\"></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.LOG2#1</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><value name=\"B\"><block type=\"coord_y\"/></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Frozen caves",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "structure",
|
||||
"definition": {
|
||||
"structure": "hive_filler",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "tab",
|
||||
"definition": {
|
||||
"name": "CAWEZ's Mantle to Stratus",
|
||||
|
14
elements/Mushroomdetails.mod.json
Normal file
14
elements/Mushroomdetails.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "LOCAL_MODIFICATIONS",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Mushrooms"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"6\"></mutation><value name=\"feature0\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_smallmush1</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_chose2</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_bob1</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature3\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_mushrooms2</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature4\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_bob12</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature5\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_smallmush2</field><field name=\"x\">-4</field><field name=\"y\">-1</field><field name=\"z\">-4</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
14
elements/Mushroomgiant.mod.json
Normal file
14
elements/Mushroomgiant.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "LOCAL_MODIFICATIONS",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Mushrooms"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_simple_random_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"3\"></mutation><value name=\"feature0\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_bigshroom412124</field><field name=\"x\">-8</field><field name=\"y\">-3</field><field name=\"z\">-8</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature1\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_bigshroom99812</field><field name=\"x\">-8</field><field name=\"y\">-3</field><field name=\"z\">-8</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value><value name=\"feature2\"><block type=\"feature_custom_structure\"><field name=\"structure\">shroom_floor_bigshroom182703</field><field name=\"x\">-8</field><field name=\"y\">-3</field><field name=\"z\">-8</field><field name=\"random_rotation\">FALSE</field><field name=\"random_mirror\">FALSE</field><value name=\"ignored_blocks\"><block type=\"block_holderset_list\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"block0\">Blocks.AIR</field></block></value></block></value></block></value><next><block type=\"placement_rarity\"><field name=\"rarity\">10</field><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Mushrooms",
|
||||
|
14
elements/Outline.mod.json
Normal file
14
elements/Outline.mod.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "SURFACE_STRUCTURES",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "CUSTOM:Crystals"
|
||||
}
|
||||
],
|
||||
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_delta\"><value name=\"contents\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.CALCITE</field></block></value><value name=\"rim\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.AMETHYST_BLOCK</field></block></value><value name=\"size\"><block type=\"int_provider_constant\"><field name=\"value\">5</field></block></value><value name=\"rimSize\"><block type=\"int_provider_constant\"><field name=\"value\">1</field></block></value></block></value><next><block type=\"placement_count_on_every_layer\"><value name=\"count\"><block type=\"int_provider_constant\"><field name=\"value\">20</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "biome",
|
||||
"definition": {
|
||||
"name": "Overgrown",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.REEDS</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"coord_y\"></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"block_add\"><value name=\"block\"><block type=\"mcitem_allblocks\"><field name=\"value\">Blocks.REEDS</field></block></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_random_int_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"max\"><block type=\"coord_y\"/></value></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"return_logic\"><value name=\"return\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_fv": 66,
|
||||
"_fv": 69,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user