Merge most initial changes
BIN
assets/advanced_copper/textures/item/copper_boots.png
Normal file
|
After Width: | Height: | Size: 171 B |
BIN
assets/advanced_copper/textures/item/copper_chestplate.png
Normal file
|
After Width: | Height: | Size: 189 B |
BIN
assets/advanced_copper/textures/item/copper_helmet.png
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
assets/advanced_copper/textures/item/copper_leggings.png
Normal file
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 423 B |
|
After Width: | Height: | Size: 258 B |
33
assets/minecraft/lang/en_us.json
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"advancements.husbandry.netherite_hoe.description": "Use a Dendrite Ingot to upgrade a Hoe, and then reevaluate your life choices",
|
||||||
|
"advancements.husbandry.netherite_hoe.title": "Serious Dedication",
|
||||||
|
"advancements.nether.netherite_armor.description": "Get a full suit of Dendrite armor",
|
||||||
|
"advancements.story.mine_diamond.description": "Lost in light and heat",
|
||||||
|
"advancements.story.mine_diamond.title": "Hearts of the Sunrise",
|
||||||
|
"advancements.story.wooden_paxel.description": "Craft a Wooden Paxel",
|
||||||
|
"advancements.story.wooden_paxel.title": "A New Beginning",
|
||||||
|
"block.minecraft.deepslate_diamond_ore": "Blackstone Diamond Ore",
|
||||||
|
"block.minecraft.netherite_block": "Block of Dendrite",
|
||||||
|
"item.minecraft.netherite_axe": "Dendrite Axe",
|
||||||
|
"item.minecraft.netherite_boots": "Dendrite Boots",
|
||||||
|
"item.minecraft.netherite_chestplate": "Dendrite Chestplate",
|
||||||
|
"item.minecraft.netherite_helmet": "Dendrite Helmet",
|
||||||
|
"item.minecraft.netherite_hoe": "Dendrite Hoe",
|
||||||
|
"item.minecraft.netherite_ingot": "Dendrite Ingot",
|
||||||
|
"item.minecraft.netherite_leggings": "Dendrite Leggings",
|
||||||
|
"item.minecraft.netherite_pickaxe": "Dendrite Pickaxe",
|
||||||
|
"item.minecraft.netherite_scrap": "Dendrite Scrap",
|
||||||
|
"item.minecraft.netherite_shovel": "Dendrite Shovel",
|
||||||
|
"item.minecraft.netherite_sword": "Dendrite Sword",
|
||||||
|
"item.minecraft.netherite_upgrade_smithing_template.new": "Dendrite Upgrade",
|
||||||
|
"item.minecraft.smithing_template.netherite_upgrade.additions_slot_description": "Add Dendrite Ingot",
|
||||||
|
"item.minecraft.smithing_template.netherite_upgrade.ingredients": "Dendrite Ingot",
|
||||||
|
"item.minecraft.stone_axe": "Copper Axe",
|
||||||
|
"item.minecraft.stone_hoe": "Copper Hoe",
|
||||||
|
"item.minecraft.stone_pickaxe": "Copper Pickaxe",
|
||||||
|
"item.minecraft.stone_shovel": "Copper Shovel",
|
||||||
|
"item.minecraft.stone_sword": "Copper Sword",
|
||||||
|
"subtitles.item.armor.equip_netherite": "Dendrite armor clanks",
|
||||||
|
"trim_material.minecraft.netherite": "Dendrite Material",
|
||||||
|
"upgrade.minecraft.netherite_upgrade": "Dendrite Upgrade"
|
||||||
|
}
|
||||||
7
assets/minecraft/lang/gen-langs.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Simply copies en_us.json to other standard english variants
|
||||||
|
|
||||||
|
for lang in gb au ca nz pt ud; do
|
||||||
|
cp en_us.json "en_${lang}.json";
|
||||||
|
done
|
||||||
BIN
assets/minecraft/textures/block/deepslate_diamond_ore.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/minecraft/textures/block/diamond_ore.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
assets/minecraft/textures/item/stone_axe.png
Normal file
|
After Width: | Height: | Size: 178 B |
BIN
assets/minecraft/textures/item/stone_hoe.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
assets/minecraft/textures/item/stone_pickaxe.png
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
assets/minecraft/textures/item/stone_shovel.png
Normal file
|
After Width: | Height: | Size: 158 B |
BIN
assets/minecraft/textures/item/stone_sword.png
Normal file
|
After Width: | Height: | Size: 194 B |
4
assets/paxelsfordummies/lang/en_us.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"item.paxelsfordummies.stone_paxel": "Copper Paxel",
|
||||||
|
"item.paxelsfordummies.netherite_paxel": "Dendrite Paxel"
|
||||||
|
}
|
||||||
BIN
assets/paxelsfordummies/textures/item/diamond_paxel.png
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
assets/paxelsfordummies/textures/item/golden_paxel.png
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
assets/paxelsfordummies/textures/item/iron_paxel.png
Normal file
|
After Width: | Height: | Size: 366 B |
BIN
assets/paxelsfordummies/textures/item/netherite_paxel.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
assets/paxelsfordummies/textures/item/stone_paxel.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/paxelsfordummies/textures/item/wooden_paxel.png
Normal file
|
After Width: | Height: | Size: 371 B |
17
assets/tconstruct/lang/en_us.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"block.tconstruct.molten_netherite_fluid": "Molten Dendrite",
|
||||||
|
"fluid.tconstruct.flowing_molten_netherite": "Flowing Molten Dendrite",
|
||||||
|
"fluid.tconstruct.molten_netherite": "Molten Dendrite",
|
||||||
|
"fluid.tconstruct.molten_netherite.fluid_effect": "Molten dendrite is the highest base damage, for when you cannot wait for your target to bleed out.",
|
||||||
|
"advancements.tconstruct.tools.netherite_tier.description": "Create a tool with the dendrite mining tier",
|
||||||
|
"advancements.tconstruct.tools.netherite_tier.title": "Dendrite Tier",
|
||||||
|
"item.tconstruct.debris_nugget.tooltip": "Small shard of ancient dendrite, possibly can be melted to salvage",
|
||||||
|
"item.tconstruct.molten_netherite_bucket": "Molten Dendrite Bucket",
|
||||||
|
"item.tconstruct.netherite_item_frame": "Dendrite Item Frame",
|
||||||
|
"item.tconstruct.netherite_nugget": "Dendrite Nugget",
|
||||||
|
"material.tconstruct.netherite": "Dendrite",
|
||||||
|
"modifier.tconstruct.netherite": "Dendrite",
|
||||||
|
"modifier.tconstruct.unbreakable.requirements": "Unbreakable requires Dendrite and Reinforced V to apply",
|
||||||
|
"modifier.tconstruct.worldbound.description": "A crude version of dendrite, granting immunity to external damage like fire, but no additional strength",
|
||||||
|
"stat.tconstruct.harvest_tier.minecraft.netherite": "Dendrite"
|
||||||
|
}
|
||||||
44
assets/tetra/lang/en_us.json
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
{
|
||||||
|
"tetra.advancements.story.more_upgrades.description": "Craft a copper hammer from two sticks and two copper ingots\n \n§8§oTetra begins",
|
||||||
|
"tetra.advancements.upgrades.hammer_3.title": "Hammer II (Iron)",
|
||||||
|
"tetra.advancements.upgrades.hammer_4.title": "Hammer III (Blackstone)",
|
||||||
|
"tetra.advancements.upgrades.hammer_5.title": "Hammer IV (Obsidian)",
|
||||||
|
"tetra.advancements.upgrades.hammer_6.description": "Craft a double-sided dendrite hammer using a fully upgraded forge hammer, the dendrite hammer provides tier six hammering capabilities",
|
||||||
|
"tetra.advancements.upgrades.hammer_6.title": "Hammer V (Dendrite)",
|
||||||
|
"tetra.advancements.upgrades.root.description": "Craft a mallet from two sticks and two copper ingots\n \nItem Reward: Holosphere",
|
||||||
|
"tetra.material.netherite": "Dendrite",
|
||||||
|
"tetra.material.netherite.prefix": "Dendrite",
|
||||||
|
"tetra.variant.spike/netherite": "Dendrite spike",
|
||||||
|
"tetra.material.feature.slimesteel": "Slimesteel",
|
||||||
|
"tetra.material.feature.slimesteel.tooltip": "Slimesteel",
|
||||||
|
"tetra.material.slimesteel": "Slimesteel",
|
||||||
|
"tetra.material.slimesteel.prefix": "Slimesteel",
|
||||||
|
"tetra.material.feature.cobalt": "Cobalt",
|
||||||
|
"tetra.material.feature.cobalt.tooltip": "Cobalt",
|
||||||
|
"tetra.material.cobalt": "Cobalt",
|
||||||
|
"tetra.material.cobalt.prefix": "Cobalt",
|
||||||
|
"tetra.material.feature.queens_slime": "Queen's Slime",
|
||||||
|
"tetra.material.feature.queens_slime.tooltip": "Queen's Slime",
|
||||||
|
"tetra.material.queens_slime": "Queen's Slime",
|
||||||
|
"tetra.material.queens_slime.prefix": "Queen's Slime",
|
||||||
|
"tetra.material.feature.steel": "Steel",
|
||||||
|
"tetra.material.feature.steel.tooltip": "Steel",
|
||||||
|
"tetra.material.steel": "Steel",
|
||||||
|
"tetra.material.steel.prefix": "Steel",
|
||||||
|
"tetra.material.feature.amethyst_bronze": "Amethyst Bronze",
|
||||||
|
"tetra.material.feature.amethyst_bronze.tooltip": "Amethyst Bronze",
|
||||||
|
"tetra.material.amethyst_bronze": "Amethyst Bronze",
|
||||||
|
"tetra.material.amethyst_bronze.prefix": "Amethyst Bronze",
|
||||||
|
"tetra.material.feature.hepatizon": "Hepatizon",
|
||||||
|
"tetra.material.feature.hepatizon.tooltip": "Hepatizon",
|
||||||
|
"tetra.material.hepatizon": "Hepatizon",
|
||||||
|
"tetra.material.hepatizon.prefix": "Hepatizon",
|
||||||
|
"tetra.material.feature.manyullyn": "Manyullyn",
|
||||||
|
"tetra.material.feature.manyullyn.tooltip": "Manyullyn",
|
||||||
|
"tetra.material.manyullyn": "Manyullyn",
|
||||||
|
"tetra.material.manyullyn.prefix": "Manyullyn",
|
||||||
|
"tetra.material.feature.rose_gold": "Rose Gold",
|
||||||
|
"tetra.material.feature.rose_gold.tooltip": "Rose Gold",
|
||||||
|
"tetra.material.rose_gold": "Rose Gold",
|
||||||
|
"tetra.material.rose_gold.prefix": "Rose Gold"
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 374 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 358 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 326 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 365 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 360 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 130 B |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 296 B |
1
data/advanced_copper/recipes/copper_axe_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_hamer_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_hoe_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_paxel_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_pickaxe_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_shovel_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/advanced_copper/recipes/copper_sword_recipe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
39
data/minecraft/advancements/story/mine_stone.json
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:story/root",
|
||||||
|
"criteria": {
|
||||||
|
"wooden_paxel": {
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"paxelsfordummies:wooden_paxel"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trigger": "minecraft:inventory_changed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"display": {
|
||||||
|
"announce_to_chat": true,
|
||||||
|
"description": {
|
||||||
|
"translate": "advancements.story.wooden_paxel.description"
|
||||||
|
},
|
||||||
|
"frame": "task",
|
||||||
|
"hidden": false,
|
||||||
|
"icon": {
|
||||||
|
"item": "paxelsfordummies:wooden_paxel",
|
||||||
|
"nbt": "{Damage:0}"
|
||||||
|
},
|
||||||
|
"show_toast": true,
|
||||||
|
"title": {
|
||||||
|
"translate": "advancements.story.wooden_paxel.title"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"wooden_paxel"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"sends_telemetry_event": true
|
||||||
|
}
|
||||||
39
data/minecraft/recipes/copper_nugget_from_blasting.json
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:stone_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "tconstruct:copper_nugget"
|
||||||
|
}
|
||||||
39
data/minecraft/recipes/copper_nugget_from_smelting.json
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:stone_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "advanced_copper:copper_armor_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "tconstruct:copper_nugget"
|
||||||
|
}
|
||||||
42
data/minecraft/recipes/gold_nugget_from_blasting.json
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:golden_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_boots"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_horse_armor"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "minecraft:gold_nugget"
|
||||||
|
}
|
||||||
42
data/minecraft/recipes/gold_nugget_from_smelting.json
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:golden_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_boots"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:golden_horse_armor"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "minecraft:gold_nugget"
|
||||||
|
}
|
||||||
54
data/minecraft/recipes/iron_nugget_from_blasting.json
Normal file
|
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:iron_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_boots"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_horse_armor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "minecraft:iron_nugget"
|
||||||
|
}
|
||||||
54
data/minecraft/recipes/iron_nugget_from_smelting.json
Normal file
|
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_pickaxe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_shovel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_axe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_hoe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_sword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "paxelsfordummies:iron_paxel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_boots"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:iron_horse_armor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_helmet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_chestplate"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_leggings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:chainmail_boots"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": "minecraft:iron_nugget"
|
||||||
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category":"equipment",
|
|
||||||
"pattern": [
|
|
||||||
" 11",
|
|
||||||
" 21",
|
|
||||||
" 2 "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"1":{"item":"minecraft:copper_ingot"},
|
|
||||||
"2":{"item":"minecraft:stick"}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item":"minecraft:stone_axe"
|
|
||||||
},
|
|
||||||
"show_notification":true
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category":"equipment",
|
|
||||||
"pattern": [
|
|
||||||
" 11",
|
|
||||||
" 2 ",
|
|
||||||
" 2 "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"1":{"item":"minecraft:copper_ingot"},
|
|
||||||
"2":{"item":"minecraft:stick"}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item":"minecraft:stone_hoe"
|
|
||||||
},
|
|
||||||
"show_notification":true
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category":"equipment",
|
|
||||||
"pattern": [
|
|
||||||
"111",
|
|
||||||
" 2 ",
|
|
||||||
" 2 "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"1":{"item":"minecraft:copper_ingot"},
|
|
||||||
"2":{"item":"minecraft:stick"}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item":"minecraft:stone_pickaxe"
|
|
||||||
},
|
|
||||||
"show_notification":true
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category":"equipment",
|
|
||||||
"pattern": [
|
|
||||||
" 1 ",
|
|
||||||
" 2 ",
|
|
||||||
" 2 "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"1":{"item":"minecraft:copper_ingot"},
|
|
||||||
"2":{"item":"minecraft:stick"}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item":"minecraft:stone_shovel"
|
|
||||||
},
|
|
||||||
"show_notification":true
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category":"equipment",
|
|
||||||
"pattern": [
|
|
||||||
" 1 ",
|
|
||||||
" 1 ",
|
|
||||||
" 2 "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"1":{"item":"minecraft:copper_ingot"},
|
|
||||||
"2":{"item":"minecraft:stick"}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item":"minecraft:stone_sword"
|
|
||||||
},
|
|
||||||
"show_notification":true
|
|
||||||
}
|
|
||||||
1
data/minecraft/recipes/wooden_axe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/minecraft/recipes/wooden_hoe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/minecraft/recipes/wooden_pickaxe.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/minecraft/recipes/wooden_shovel.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
1
data/minecraft/recipes/wooden_sword.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
12
data/minecraft/tags/blocks/needs_stone_tool.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"replace": true,
|
||||||
|
"values": [
|
||||||
|
"minecraft:iron_block",
|
||||||
|
"minecraft:raw_iron_block",
|
||||||
|
"minecraft:iron_ore",
|
||||||
|
"minecraft:deepslate_iron_ore",
|
||||||
|
"minecraft:lapis_block",
|
||||||
|
"minecraft:lapis_ore",
|
||||||
|
"minecraft:deepslate_lapis_ore"
|
||||||
|
]
|
||||||
|
}
|
||||||
6
data/minecraft/tags/items/stone_tool_materials.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": true,
|
||||||
|
"values": [
|
||||||
|
"minecraft:copper_ingot"
|
||||||
|
]
|
||||||
|
}
|
||||||
99
data/minecraft/worldgen/biome/basalt_deltas.json
Normal file
|
|
@ -0,0 +1,99 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||||
|
"fog_color": 6840176,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.basalt_deltas"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:white_ash"
|
||||||
|
},
|
||||||
|
"probability": 0.118093334
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:delta",
|
||||||
|
"minecraft:small_basalt_columns",
|
||||||
|
"minecraft:large_basalt_columns"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:basalt_blobs",
|
||||||
|
"minecraft:blackstone_blobs",
|
||||||
|
"minecraft:spring_delta",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:brown_mushroom_nether",
|
||||||
|
"minecraft:red_mushroom_nether",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gold_deltas",
|
||||||
|
"minecraft:ore_quartz_deltas",
|
||||||
|
"minecraft:ore_diamond_nether",
|
||||||
|
"minecraft:ore_diamond_nether_buried",
|
||||||
|
"minecraft:ore_diamond_nether_large",
|
||||||
|
"minecraft:ore_diamond_blackstone"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 40
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:magma_cube",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
106
data/minecraft/worldgen/biome/crimson_forest.json
Normal file
|
|
@ -0,0 +1,106 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||||
|
"fog_color": 3343107,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.crimson_forest"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:crimson_spore"
|
||||||
|
},
|
||||||
|
"probability": 0.025
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"minecraft:ore_diamond_nether",
|
||||||
|
"minecraft:ore_diamond_nether_buried",
|
||||||
|
"minecraft:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal",
|
||||||
|
"minecraft:weeping_vines",
|
||||||
|
"minecraft:crimson_fungi",
|
||||||
|
"minecraft:crimson_forest_vegetation"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:zombified_piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:hoglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 3,
|
||||||
|
"weight": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 3,
|
||||||
|
"weight": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
112
data/minecraft/worldgen/biome/nether_wastes.json
Normal file
|
|
@ -0,0 +1,112 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.nether_wastes.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.nether_wastes.loop",
|
||||||
|
"fog_color": 3344392,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.nether_wastes.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.nether_wastes"
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:brown_mushroom_nether",
|
||||||
|
"minecraft:red_mushroom_nether",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"minecraft:ore_diamond_nether",
|
||||||
|
"minecraft:ore_diamond_nether_buried",
|
||||||
|
"minecraft:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:zombified_piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:magma_cube",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:piglin",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 15
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
123
data/minecraft/worldgen/biome/soul_sand_valley.json
Normal file
|
|
@ -0,0 +1,123 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.soul_sand_valley.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.soul_sand_valley.loop",
|
||||||
|
"fog_color": 1787717,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.soul_sand_valley.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.soul_sand_valley"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:ash"
|
||||||
|
},
|
||||||
|
"probability": 0.00625
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:basalt_pillar"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:patch_crimson_roots",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_soul_sand",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"minecraft:ore_diamond_nether",
|
||||||
|
"minecraft:ore_diamond_nether_buried",
|
||||||
|
"minecraft:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {
|
||||||
|
"minecraft:enderman": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:ghast": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:skeleton": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
},
|
||||||
|
"minecraft:strider": {
|
||||||
|
"charge": 0.7,
|
||||||
|
"energy_budget": 0.15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:skeleton",
|
||||||
|
"maxCount": 5,
|
||||||
|
"minCount": 5,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:ghast",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
101
data/minecraft/worldgen/biome/warped_forest.json
Normal file
|
|
@ -0,0 +1,101 @@
|
||||||
|
{
|
||||||
|
"carvers": {
|
||||||
|
"air": "minecraft:nether_cave"
|
||||||
|
},
|
||||||
|
"downfall": 0.0,
|
||||||
|
"effects": {
|
||||||
|
"additions_sound": {
|
||||||
|
"sound": "minecraft:ambient.warped_forest.additions",
|
||||||
|
"tick_chance": 0.0111
|
||||||
|
},
|
||||||
|
"ambient_sound": "minecraft:ambient.warped_forest.loop",
|
||||||
|
"fog_color": 1705242,
|
||||||
|
"mood_sound": {
|
||||||
|
"block_search_extent": 8,
|
||||||
|
"offset": 2.0,
|
||||||
|
"sound": "minecraft:ambient.warped_forest.mood",
|
||||||
|
"tick_delay": 6000
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"max_delay": 24000,
|
||||||
|
"min_delay": 12000,
|
||||||
|
"replace_current_music": false,
|
||||||
|
"sound": "minecraft:music.nether.warped_forest"
|
||||||
|
},
|
||||||
|
"particle": {
|
||||||
|
"options": {
|
||||||
|
"type": "minecraft:warped_spore"
|
||||||
|
},
|
||||||
|
"probability": 0.01428
|
||||||
|
},
|
||||||
|
"sky_color": 7254527,
|
||||||
|
"water_color": 4159204,
|
||||||
|
"water_fog_color": 329011
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_open",
|
||||||
|
"minecraft:patch_fire",
|
||||||
|
"minecraft:patch_soul_fire",
|
||||||
|
"minecraft:glowstone_extra",
|
||||||
|
"minecraft:glowstone",
|
||||||
|
"minecraft:ore_magma",
|
||||||
|
"minecraft:ore_gravel_nether",
|
||||||
|
"minecraft:ore_blackstone",
|
||||||
|
"minecraft:ore_gold_nether",
|
||||||
|
"minecraft:ore_quartz_nether",
|
||||||
|
"minecraft:ore_diamond_nether",
|
||||||
|
"minecraft:ore_diamond_nether_buried",
|
||||||
|
"minecraft:ore_diamond_nether_large"
|
||||||
|
],
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
"minecraft:spring_lava",
|
||||||
|
"minecraft:brown_mushroom_normal",
|
||||||
|
"minecraft:red_mushroom_normal",
|
||||||
|
"minecraft:warped_fungi",
|
||||||
|
"minecraft:warped_forest_vegetation",
|
||||||
|
"minecraft:nether_sprouts",
|
||||||
|
"minecraft:twisting_vines"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"has_precipitation": false,
|
||||||
|
"spawn_costs": {
|
||||||
|
"minecraft:enderman": {
|
||||||
|
"charge": 1.0,
|
||||||
|
"energy_budget": 0.12
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spawners": {
|
||||||
|
"ambient": [],
|
||||||
|
"axolotls": [],
|
||||||
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:strider",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 60
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"misc": [],
|
||||||
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:enderman",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"underground_water_creature": [],
|
||||||
|
"water_ambient": [],
|
||||||
|
"water_creature": []
|
||||||
|
},
|
||||||
|
"temperature": 2.0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 6,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:replace_single_block",
|
||||||
|
"config": {
|
||||||
|
"targets": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:replace_single_block",
|
||||||
|
"config": {
|
||||||
|
"targets": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 4,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 3,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:ore",
|
||||||
|
"config": {
|
||||||
|
"discard_chance_on_air_exposure": 1.0,
|
||||||
|
"size": 3,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:netherrack"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"Name": "minecraft:deepslate_diamond_ore"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"predicate_type": "minecraft:block_match",
|
||||||
|
"block": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:replace_single_block",
|
||||||
|
"config": {
|
||||||
|
"targets": []
|
||||||
|
}
|
||||||
|
}
|
||||||
9
data/minecraft/worldgen/placed_feature/ore_diamond.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_small",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_blackstone",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 20
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"above_bottom": 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_buried",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_large",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"feature": "minecraft:ore_diamond_nether_small",
|
||||||
|
"placement": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:count",
|
||||||
|
"count": 7
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:in_square"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:height_range",
|
||||||
|
"height": {
|
||||||
|
"type": "minecraft:uniform",
|
||||||
|
"max_inclusive": {
|
||||||
|
"below_top": 0
|
||||||
|
},
|
||||||
|
"min_inclusive": {
|
||||||
|
"below_top": 25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:biome"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||