Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,41 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:bow",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/items/bow_standby",
"bow_pulling_0": "textures/items/bow_pulling_0",
"bow_pulling_1": "textures/items/bow_pulling_1",
"bow_pulling_2": "textures/items/bow_pulling_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.bow_standby",
"bow_pulling_0": "geometry.bow_pulling_0",
"bow_pulling_1": "geometry.bow_pulling_1",
"bow_pulling_2": "geometry.bow_pulling_2"
},
"animations": {
"wield": "animation.bow.wield",
"wield_first_person_pull": "animation.bow.wield_first_person_pull"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield",
{
"wield_first_person_pull": "query.main_hand_item_use_duration > 0.0f && c.is_first_person"
}
]
},
"render_controllers": [ "controller.render.bow" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_boots.player",
"item": { "minecraft:chainmail_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_chestplate.player",
"item": { "minecraft:chainmail_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_helmet.player",
"item": { "minecraft:chainmail_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_leggings.player",
"item": { "minecraft:chainmail_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,45 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:crossbow",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/items/crossbow_standby",
"crossbow_pulling_0": "textures/items/crossbow_pulling_0",
"crossbow_pulling_1": "textures/items/crossbow_pulling_1",
"crossbow_pulling_2": "textures/items/crossbow_pulling_2",
"crossbow_arrow": "textures/items/crossbow_arrow",
"crossbow_rocket": "textures/items/crossbow_firework",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.crossbow_standby",
"crossbow_pulling_0": "geometry.crossbow_pulling_0",
"crossbow_pulling_1": "geometry.crossbow_pulling_1",
"crossbow_pulling_2": "geometry.crossbow_pulling_2",
"crossbow_arrow": "geometry.crossbow_arrow",
"crossbow_rocket": "geometry.crossbow_rocket"
},
"animations": {
"wield": "animation.crossbow.wield",
"wield_first_person_pull": "animation.crossbow.wield_first_person_pull"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield",
{
"wield_first_person_pull": "query.main_hand_item_use_duration > 0.0f && c.is_first_person"
}
]
},
"render_controllers": [ "controller.render.crossbow" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_boots.player",
"item": { "minecraft:diamond_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_chestplate.player",
"item": { "minecraft:diamond_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_helmet.player",
"item": { "minecraft:diamond_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_leggings.player",
"item": { "minecraft:diamond_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,34 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:elytra",
"materials": {
"default": "elytra",
"enchanted": "elytra_glint"
},
"textures": {
"default": "textures/models/armor/elytra",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.elytra"
},
"animations": {
"default_controller": "controller.animation.elytra.default",
"default": "animation.elytra.default",
"gliding": "animation.elytra.gliding",
"sneaking": "animation.elytra.sneaking",
"sleeping": "animation.elytra.sleeping",
"swimming": "animation.elytra.swimming"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"default_controller"
]
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_boots.player",
"item": { "minecraft:golden_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_chestplate.player",
"item": { "minecraft:golden_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_helmet.player",
"item": { "minecraft:golden_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_leggings.player",
"item": { "minecraft:golden_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_boots.player",
"item": { "minecraft:iron_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_chestplate.player",
"item": { "minecraft:iron_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_helmet.player",
"item": { "minecraft:iron_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_leggings.player",
"item": { "minecraft:iron_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_boots",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_boots.player",
"item": { "minecraft:leather_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_chestplate",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_chestplate.player",
"item": { "minecraft:leather_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_helmet",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_helmet.player",
"item": { "minecraft:leather_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_leggings",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_leggings.player",
"item": { "minecraft:leather_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_boots.player",
"item": { "minecraft:netherite_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_chestplate.player",
"item": { "minecraft:netherite_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.chestplate.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_helmet.player",
"item": { "minecraft:netherite_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_leggings.player",
"item": { "minecraft:netherite_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,54 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:shield",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/entity/shield",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.shield"
},
"animations": {
"wield": "controller.animation.shield.wield",
"wield_main_hand_first_person": "animation.shield.wield_main_hand_first_person",
"wield_off_hand_first_person": "animation.shield.wield_off_hand_first_person",
"wield_first_person_block": "animation.shield.wield_first_person_blocking",
"wield_main_hand_first_person_block": "animation.shield.wield_main_hand_first_person_blocking",
"wield_off_hand_first_person_block": "animation.shield.wield_off_hand_first_person_blocking",
"wield_third_person": "animation.shield.wield_third_person"
},
"scripts": {
"initialize": [
"variable.main_hand_first_person_pos_x = 5.3;",
"variable.main_hand_first_person_pos_y = 26.0;",
"variable.main_hand_first_person_pos_z = 0.4;",
"variable.main_hand_first_person_rot_x = 91.0;",
"variable.main_hand_first_person_rot_y = 65.0;",
"variable.main_hand_first_person_rot_z = -43.0;",
"variable.off_hand_first_person_pos_x = -13.5;",
"variable.off_hand_first_person_pos_y = -5.8;",
"variable.off_hand_first_person_pos_z = 5.1;",
"variable.off_hand_first_person_with_bow_pos_z = -25.0;",
"variable.off_hand_first_person_rot_x = 1.0;",
"variable.off_hand_first_person_rot_y = 176.0;",
"variable.off_hand_first_person_rot_z = -2.5;"
],
"pre_animation": [
"variable.is_blocking_main_hand = query.blocking && !query.is_item_name_any('slot.weapon.offhand', 'minecraft:shield') && query.is_item_name_any('slot.weapon.mainhand', 'minecraft:shield');",
"variable.is_blocking_off_hand = query.blocking && query.is_item_name_any('slot.weapon.offhand', 'minecraft:shield');",
"variable.is_using_bow = (query.get_equipped_item_name == 'bow') && (query.main_hand_item_use_duration > 0.0f);"
],
"animate": [
"wield"
]
},
"render_controllers": [ "controller.render.item_default" ]
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.10",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:trident",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/entity/trident",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.trident"
},
"animations": {
"wield": "controller.animation.trident.wield",
"wield_first_person": "animation.trident.wield_first_person",
"wield_first_person_raise": "animation.trident.wield_first_person_raise",
"wield_first_person_raise_shake": "animation.trident.wield_first_person_raise_shake",
"wield_first_person_riptide": "animation.trident.wield_first_person_riptide",
"wield_third_person": "animation.trident.wield_third_person",
"wield_third_person_raise": "animation.trident.wield_third_person_raise"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield"
]
},
"render_controllers": [ "controller.render.item_default" ]
}
}
}

View File

@ -0,0 +1,20 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:turtle_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/turtle_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:turtle_helmet.player",
"item": { "minecraft:turtle_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/turtle_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,35 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "bamboo_jungle"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "bamboo_jungle_hills"
},
"animal": {},
"bamboo": {},
"jungle": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,33 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "bamboo_jungle_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"bamboo": {},
"hills": {},
"jungle": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "basalt_deltas"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0,
"white_ash": 2.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": -0.5,
"target_humidity": 0.0,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.175
},
"minecraft:capped_surface": {
"floor_materials": [
"minecraft:basalt",
"minecraft:blackstone"
],
"ceiling_materials": [
"minecraft:basalt"
],
"sea_material": "minecraft:lava",
"foundation_material": "minecraft:netherrack"
},
"nether": {},
"basalt_deltas": {},
"spawn_many_magma_cubes": {},
"spawn_ghast": {}
}
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "beach"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.8
},
"minecraft:overworld_height": {
"noise_type": "beach"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"beach": {},
"monster": {},
"overworld": {},
"warm": {}
}
}
}

View File

@ -0,0 +1,40 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest"
},
"components": {
"minecraft:climate": {
"downfall": 0.6,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.6
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "birch_forest_hills",
"mutate_transformation": "birch_forest_mutated",
"generate_for_climates": [
[ "medium", 1 ]
]
},
"animal": {},
"birch": {},
"forest": {},
"monster": {},
"overworld": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.6,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.6
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"mutate_transformation": "birch_forest_hills_mutated"
},
"animal": {},
"birch": {},
"forest": {},
"hills": {},
"monster": {},
"overworld": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_hills_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.7
},
"minecraft:overworld_height": {
"noise_params": [ 0.55, 0.5 ]
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"birch": {},
"forest": {},
"hills": {},
"monster": {},
"mutated": {},
// "overworld" tag cannot be present in order to match legacy behavior, but is
// required for correct world generation -- hence: overworld_generation
"overworld_generation": {}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "birch_forest_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.6,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.6
},
"minecraft:overworld_height": {
"noise_type": "default_mutated"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"birch": {},
"forest": {},
"monster": {},
"mutated": {},
"bee_habitat": {},
// "overworld" tag cannot be present in order to match legacy behavior, but is
// required for correct world generation -- hence: overworld_generation
"overworld_generation": {}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cherry_grove"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"temperature": 0.3
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:mountain_parameters": {
"top_slide": {
"enabled": false
}
},
"mountains": {},
"monster": {},
"overworld": {},
"cherry_grove": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_beach"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": 0.05
},
"minecraft:overworld_height": {
"noise_type": "beach"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"beach": {},
"cold": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "ocean"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"generate_for_climates": [
[ "cold", 1 ]
]
},
"cold": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,40 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_taiga"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [ 0.125, 0.5 ],
"temperature": -0.5
},
"minecraft:overworld_height": {
"noise_type": "taiga"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "cold_taiga_hills",
"mutate_transformation": "cold_taiga_mutated",
"generate_for_climates": [
[ "frozen", 1 ]
]
},
"animal": {},
"cold": {},
"forest": {},
"monster": {},
"overworld": {},
"taiga": {}
}
}
}

View File

@ -0,0 +1,34 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_taiga_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [ 0.125, 0.5 ],
"temperature": -0.5
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"cold": {},
"forest": {},
"hills": {},
"monster": {},
"overworld": {},
"taiga": {}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "cold_taiga_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.4,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": -0.5
},
"minecraft:overworld_height": {
"noise_params": [ 0.3, 0.4 ]
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"cold": {},
"forest": {},
"monster": {},
"mutated": {},
"taiga": {},
// "overworld" tag cannot be present in order to match legacy behavior, but is
// required for correct world generation -- hence: overworld_generation
"overworld_generation": {}
}
}
}

View File

@ -0,0 +1,56 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "crimson_forest"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0,
"red_spores": 0.25
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.4,
"target_humidity": 0.0,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.0
},
"minecraft:surface_parameters": {
"sea_floor_depth": 1,
"sea_floor_material": "minecraft:crimson_nylium",
"foundation_material": "minecraft:netherrack",
"mid_material": "minecraft:netherrack",
"top_material": "minecraft:crimson_nylium",
"sea_material": "minecraft:lava"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"top_material": "minecraft:netherrack",
"sea_floor_material": "minecraft:netherrack"
},
"noise_frequency_scale": 0.1,
"noise_range": [ 0.4, 1.0 ]
},
{
"materials": {
"top_material": "minecraft:nether_wart_block",
"sea_floor_material": "minecraft:nether_wart_block"
},
"noise_range": [ -0.75, -0.5 ]
}
]
},
"nether": {},
"netherwart_forest": {},
"crimson_forest": {},
"spawn_few_zombified_piglins": {},
"spawn_piglin": {}
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_cold_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "deep_ocean"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"generate_for_climates": [
[ "cold", 1 ]
]
},
"cold": {},
"deep": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_dark"
},
"components": {
"minecraft:climate": {
"temperature": 0.8,
"downfall": 0.4
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"caves": {},
"deep_dark": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_frozen_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": 0.0
},
"minecraft:frozen_ocean_surface": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_height": {
"noise_type": "deep_ocean"
},
"minecraft:overworld_generation_rules": {
"generate_for_climates": [
[ "frozen", 1 ]
]
},
"deep": {},
"frozen": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_lukewarm_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "deep_ocean"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:sand",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"generate_for_climates": [
[ "lukewarm", 1 ]
]
},
"deep": {},
"lukewarm": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "deep_ocean"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": [ "plains", "forest" ],
"generate_for_climates": [
[ "medium", 1 ]
]
},
"deep": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "deep_warm_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.5
},
"minecraft:overworld_height": {
"noise_type": "deep_ocean"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 3,
"sea_floor_material": "minecraft:sand",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"deep": {},
"monster": {},
"ocean": {},
"overworld": {},
"warm": {}
}
}
}

View File

@ -0,0 +1,44 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "desert"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.4,
"target_humidity": -0.4,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.1
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "desert_hills",
"mutate_transformation": "desert_mutated",
"generate_for_climates": [
[ "warm", 3 ]
]
},
"desert": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,38 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "desert_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.4,
"target_humidity": -0.4,
"target_altitude": 0.2,
"target_weirdness": 0.0,
"weight": 0.1
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"desert": {},
"hills": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,33 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "desert_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:overworld_height": {
"noise_params": [ 0.225, 0.25 ]
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:sand",
"top_material": "minecraft:sand",
"sea_material": "minecraft:water"
},
"desert": {},
"monster": {},
"mutated": {},
// "overworld" tag cannot be present in order to match legacy behavior, but is
// required for correct world generation -- hence: overworld_generation
"overworld_generation": {}
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "dripstone_caves"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:stone",
"sea_material": "minecraft:water"
},
"caves": {},
"overworld": {},
"dripstone_caves": {},
"monster": {}
}
}
}

View File

@ -0,0 +1,51 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "extreme_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.0, 0.25 ],
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "extreme"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:stone",
"top_material": "minecraft:stone"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.121, 1.0 ]
}
]
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "extreme_hills_plus_trees",
"mutate_transformation": "extreme_hills_mutated",
"generate_for_climates": [
[ "medium", 1 ],
[ "cold", 1 ]
]
},
"animal": {},
"extreme_hills": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,33 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "extreme_hills_edge"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.0, 0.25 ],
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "less_extreme"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"edge": {},
"extreme_hills": {},
"monster": {},
"mountain": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,52 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "extreme_hills_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "extreme"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:gravel",
"top_material": "minecraft:gravel"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ -1.0, -0.012 ]
},
{
"materials": {
"mid_material": "minecraft:gravel",
"top_material": "minecraft:gravel"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.024, 1.0 ]
}
]
},
"animal": {},
"extreme_hills": {},
"monster": {},
"mutated": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "extreme_hills_plus_trees"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "extreme"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"mutate_transformation": "extreme_hills_plus_trees_mutated"
},
"animal": {},
"extreme_hills": {},
"forest": {},
"monster": {},
"mountain": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,53 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "extreme_hills_plus_trees_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.3,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.2
},
"minecraft:overworld_height": {
"noise_type": "extreme"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:gravel",
"top_material": "minecraft:gravel"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ -1.0, -0.012 ]
},
{
"materials": {
"mid_material": "minecraft:gravel",
"top_material": "minecraft:gravel"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.024, 1.0 ]
}
]
},
"animal": {},
"extreme_hills": {},
"forest": {},
"monster": {},
"mutated": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "flower_forest"
},
"components": {
"minecraft:climate": {
"downfall": 0.80,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.7
},
"minecraft:overworld_height": {
"noise_params": [ 0.1, 0.4 ]
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"flower_forest": {},
"monster": {},
"mutated": {},
"overworld": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,47 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "forest"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.7
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.0,
"target_humidity": 0.5,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.375
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "forest_hills",
"mutate_transformation": "flower_forest",
"generate_for_climates": [
[ "medium", 1 ],
[ "cold", 1 ]
]
},
"animal": {},
"forest": {},
"monster": {},
"overworld": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,40 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "forest_hills"
},
"components": {
"minecraft:climate": {
"downfall": 0.80,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.7
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.0,
"target_humidity": 0.5,
"target_altitude": 0.2,
"target_weirdness": 0.0,
"weight": 0.375
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"hills": {},
"monster": {},
"overworld": {},
"forest": {},
"bee_habitat": {}
}
}
}

View File

@ -0,0 +1,43 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "frozen_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": 0.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": -1.5,
"target_humidity": 1.0,
"target_altitude": -0.2,
"target_weirdness": 1.0,
"weight": 0.0
},
"minecraft:frozen_ocean_surface": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_height": {
"noise_type": "ocean"
},
"minecraft:overworld_generation_rules": {
"generate_for_climates": [
[ "frozen", 1 ]
]
},
"frozen": {},
"monster": {},
"ocean": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,67 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "frozen_peaks"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": -0.7
},
"minecraft:mountain_parameters": {
"steep_material_adjustment": {
"material": "minecraft:packed_ice",
"north_slopes": true,
"east_slopes": true
}
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:ice",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:snow",
"top_material": "minecraft:snow",
"sea_material": "minecraft:ice"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:packed_ice"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ -0.5, 0.2 ]
},
{
"materials": {
"top_material": "minecraft:packed_ice"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.0, 0.2 ]
},
{
"materials": {
"mid_material": "minecraft:ice"
},
"noise_frequency_scale": 0.5000,
"noise_range": [ -0.0625, 0.0250 ]
},
{
"materials": {
"top_material": "minecraft:ice"
},
"noise_frequency_scale": 0.5000,
"noise_range": [ 0.0, 0.0250 ]
}
]
},
"mountains": {},
"monster": {},
"overworld": {},
"frozen": {},
"frozen_peaks": {}
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "frozen_river"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": 0.0
},
"minecraft:overworld_height": {
"noise_type": "river"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"frozen": {},
"overworld": {},
"river": {}
}
}
}

View File

@ -0,0 +1,51 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "grove"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [0.125, 0.25],
"temperature": -0.2
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:snow",
"sea_material": "minecraft:water"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"top_material": "minecraft:powder_snow"
},
"noise_frequency_scale": 0.1,
"noise_range": [ 0.35, 0.6 ]
},
{
"materials": {
"mid_material": "minecraft:powder_snow"
},
"noise_frequency_scale": 0.1,
"noise_range": [ 0.45, 0.58 ]
}
]
},
"minecraft:mountain_parameters": {
"top_slide": {
"enabled": false
}
},
"mountains": {},
"cold": {},
"monster": {},
"overworld": {},
"grove": {}
}
}
}

View File

@ -0,0 +1,61 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "hell"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.0,
"target_humidity": 0.0,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.0
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:netherrack",
"foundation_material": "minecraft:netherrack",
"mid_material": "minecraft:netherrack",
"top_material": "minecraft:netherrack",
"sea_material": "minecraft:lava"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"top_material": "minecraft:gravel",
"sea_floor_material": "minecraft:gravel"
},
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
"noise_frequency_scale": 0.03125,
"noise_range": [ -1.0, -0.4 ]
},
{
"materials": {
"top_material": "minecraft:soul_sand",
"mid_material": "minecraft:soul_sand",
"sea_floor_material": "minecraft:soul_sand"
},
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
"noise_frequency_scale": 0.03125,
"noise_range": [ 0.4, 1.0 ]
}
]
},
"nether": {},
"nether_wastes": {},
"spawn_magma_cubes": {},
"spawn_zombified_piglin": {},
"spawn_few_piglins": {},
"spawn_ghast": {},
"spawn_endermen": {}
}
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "ice_mountains"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.375, 1.5 ],
"temperature": 0.0
},
"minecraft:overworld_height": {
"noise_type": "mountains"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"frozen": {},
"ice": {},
"mountain": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,45 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "ice_plains"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.25, 1.0 ],
"temperature": 0.0
},
"minecraft:multinoise_generation_rules": {
"target_temperature": -1.0,
"target_humidity": 1.0,
"target_altitude": 0.2,
"target_weirdness": 1.0,
"weight": 0.0
},
"minecraft:overworld_height": {
"noise_type": "lowlands"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "ice_mountains",
"mutate_transformation": "ice_plains_spikes",
"generate_for_climates": [
[ "frozen", 3 ]
]
},
"frozen": {},
"ice": {},
"ice_plains": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "ice_plains_spikes"
},
"components": {
"minecraft:climate": {
"downfall": 1.0,
"snow_accumulation": [ 0.5, 1.5 ],
"temperature": 0.0
},
"minecraft:overworld_height": {
"noise_params": [ 0.425, 0.45 ]
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:snow",
"sea_material": "minecraft:water"
},
"frozen": {},
"ice_plains": {},
"monster": {},
"mutated": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "jagged_peaks"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": -0.7
},
"minecraft:mountain_parameters": {
"peaks_factor": 1,
"steep_material_adjustment": {
"material": "minecraft:stone",
"north_slopes": true,
"east_slopes": true
},
"top_slide": {
"enabled": false
}
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:stone",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:stone",
"top_material": "minecraft:snow",
"sea_material": "minecraft:ice"
},
"mountains": {},
"monster": {},
"overworld": {},
"frozen": {},
"jagged_peaks": {}
}
}
}

View File

@ -0,0 +1,46 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "jungle"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.95
},
"minecraft:multinoise_generation_rules": {
"target_temperature": 0.4,
"target_humidity": 0.0,
"target_altitude": 0.0,
"target_weirdness": 0.0,
"weight": 0.0
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "jungle_hills",
"mutate_transformation": "jungle_mutated",
"generate_for_climates": [
[ "medium", 1 ]
]
},
"animal": {},
"jungle": {},
"monster": {},
"overworld": {},
"rare": {}
}
}
}

View File

@ -0,0 +1,35 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "jungle_edge"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "default"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"minecraft:overworld_generation_rules": {
"mutate_transformation": "jungle_edge_mutated"
},
"animal": {},
"edge": {},
"jungle": {},
"monster": {},
"overworld": {}
}
}
}

View File

@ -0,0 +1,35 @@
{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "jungle_edge_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.8,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.95
},
"minecraft:overworld_height": {
"noise_type": "default_mutated"
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:dirt",
"top_material": "minecraft:grass",
"sea_material": "minecraft:water"
},
"animal": {},
"edge": {},
"jungle": {},
"monster": {},
"mutated": {},
// "overworld" tag cannot be present in order to match legacy behavior, but is
// required for correct world generation -- hence: overworld_generation
"overworld_generation": {}
}
}
}

Some files were not shown because too many files have changed in this diff Show More