You've already forked minecraft-assets
Create/Update assets for version 23w42a
This commit is contained in:
1
data/minecraft/datapacks/update_1_21/_list.json
Normal file
1
data/minecraft/datapacks/update_1_21/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":["data"],"files":["pack.mcmeta"]}
|
||||
1
data/minecraft/datapacks/update_1_21/data/_list.json
Normal file
1
data/minecraft/datapacks/update_1_21/data/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":["minecraft"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["advancements","chat_type","damage_type","dimension_type","loot_tables","recipes","tags","trim_material","trim_pattern","worldgen"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["recipes"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["redstone"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"crafter":{"parent":"minecraft:recipes/root","criteria":{"has_dropper":{"conditions":{"items":[{"items":["minecraft:dropper"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:crafter"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_dropper"]],"rewards":{"recipes":["minecraft:crafter"]},"sends_telemetry_event":false}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["crafter.json"]}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dropper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:dropper"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:crafter"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dropper"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:crafter"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"chat":{"chat":{"parameters":["sender","content"],"translation_key":"chat.type.text"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}},"emote_command":{"chat":{"parameters":["sender","content"],"translation_key":"chat.type.emote"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.emote"}},"msg_command_incoming":{"chat":{"parameters":["sender","content"],"style":{"color":"gray","italic":true},"translation_key":"commands.message.display.incoming"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}},"msg_command_outgoing":{"chat":{"parameters":["target","content"],"style":{"color":"gray","italic":true},"translation_key":"commands.message.display.outgoing"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}},"say_command":{"chat":{"parameters":["sender","content"],"translation_key":"chat.type.announcement"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}},"team_msg_command_incoming":{"chat":{"parameters":["target","sender","content"],"translation_key":"chat.type.team.text"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}},"team_msg_command_outgoing":{"chat":{"parameters":["target","sender","content"],"translation_key":"chat.type.team.sent"},"narration":{"parameters":["sender","content"],"translation_key":"chat.type.text.narrate"}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["chat.json","emote_command.json","msg_command_incoming.json","msg_command_outgoing.json","say_command.json","team_msg_command_incoming.json","team_msg_command_outgoing.json"]}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.emote"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.emote"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"style": {
|
||||
"color": "gray",
|
||||
"italic": true
|
||||
},
|
||||
"translation_key": "commands.message.display.incoming"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"target",
|
||||
"content"
|
||||
],
|
||||
"style": {
|
||||
"color": "gray",
|
||||
"italic": true
|
||||
},
|
||||
"translation_key": "commands.message.display.outgoing"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.announcement"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"target",
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.team.text"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"chat": {
|
||||
"parameters": [
|
||||
"target",
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.team.sent"
|
||||
},
|
||||
"narration": {
|
||||
"parameters": [
|
||||
"sender",
|
||||
"content"
|
||||
],
|
||||
"translation_key": "chat.type.text.narrate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"arrow":{"exhaustion":0.1,"message_id":"arrow","scaling":"when_caused_by_living_non_player"},"bad_respawn_point":{"death_message_type":"intentional_game_design","exhaustion":0.1,"message_id":"badRespawnPoint","scaling":"always"},"cactus":{"exhaustion":0.1,"message_id":"cactus","scaling":"when_caused_by_living_non_player"},"cramming":{"exhaustion":0.0,"message_id":"cramming","scaling":"when_caused_by_living_non_player"},"dragon_breath":{"exhaustion":0.0,"message_id":"dragonBreath","scaling":"when_caused_by_living_non_player"},"drown":{"effects":"drowning","exhaustion":0.0,"message_id":"drown","scaling":"when_caused_by_living_non_player"},"dry_out":{"exhaustion":0.1,"message_id":"dryout","scaling":"when_caused_by_living_non_player"},"explosion":{"exhaustion":0.1,"message_id":"explosion","scaling":"always"},"fall":{"death_message_type":"fall_variants","exhaustion":0.0,"message_id":"fall","scaling":"when_caused_by_living_non_player"},"falling_anvil":{"exhaustion":0.1,"message_id":"anvil","scaling":"when_caused_by_living_non_player"},"falling_block":{"exhaustion":0.1,"message_id":"fallingBlock","scaling":"when_caused_by_living_non_player"},"falling_stalactite":{"exhaustion":0.1,"message_id":"fallingStalactite","scaling":"when_caused_by_living_non_player"},"fireball":{"effects":"burning","exhaustion":0.1,"message_id":"fireball","scaling":"when_caused_by_living_non_player"},"fireworks":{"exhaustion":0.1,"message_id":"fireworks","scaling":"when_caused_by_living_non_player"},"fly_into_wall":{"exhaustion":0.0,"message_id":"flyIntoWall","scaling":"when_caused_by_living_non_player"},"freeze":{"effects":"freezing","exhaustion":0.0,"message_id":"freeze","scaling":"when_caused_by_living_non_player"},"generic":{"exhaustion":0.0,"message_id":"generic","scaling":"when_caused_by_living_non_player"},"generic_kill":{"exhaustion":0.0,"message_id":"genericKill","scaling":"when_caused_by_living_non_player"},"hot_floor":{"effects":"burning","exhaustion":0.1,"message_id":"hotFloor","scaling":"when_caused_by_living_non_player"},"in_fire":{"effects":"burning","exhaustion":0.1,"message_id":"inFire","scaling":"when_caused_by_living_non_player"},"in_wall":{"exhaustion":0.0,"message_id":"inWall","scaling":"when_caused_by_living_non_player"},"indirect_magic":{"exhaustion":0.0,"message_id":"indirectMagic","scaling":"when_caused_by_living_non_player"},"lava":{"effects":"burning","exhaustion":0.1,"message_id":"lava","scaling":"when_caused_by_living_non_player"},"lightning_bolt":{"exhaustion":0.1,"message_id":"lightningBolt","scaling":"when_caused_by_living_non_player"},"magic":{"exhaustion":0.0,"message_id":"magic","scaling":"when_caused_by_living_non_player"},"mob_attack":{"exhaustion":0.1,"message_id":"mob","scaling":"when_caused_by_living_non_player"},"mob_attack_no_aggro":{"exhaustion":0.1,"message_id":"mob","scaling":"when_caused_by_living_non_player"},"mob_projectile":{"exhaustion":0.1,"message_id":"mob","scaling":"when_caused_by_living_non_player"},"on_fire":{"effects":"burning","exhaustion":0.0,"message_id":"onFire","scaling":"when_caused_by_living_non_player"},"out_of_world":{"exhaustion":0.0,"message_id":"outOfWorld","scaling":"when_caused_by_living_non_player"},"outside_border":{"exhaustion":0.0,"message_id":"outsideBorder","scaling":"when_caused_by_living_non_player"},"player_attack":{"exhaustion":0.1,"message_id":"player","scaling":"when_caused_by_living_non_player"},"player_explosion":{"exhaustion":0.1,"message_id":"explosion.player","scaling":"always"},"sonic_boom":{"exhaustion":0.0,"message_id":"sonic_boom","scaling":"always"},"stalagmite":{"exhaustion":0.0,"message_id":"stalagmite","scaling":"when_caused_by_living_non_player"},"starve":{"exhaustion":0.0,"message_id":"starve","scaling":"when_caused_by_living_non_player"},"sting":{"exhaustion":0.1,"message_id":"sting","scaling":"when_caused_by_living_non_player"},"sweet_berry_bush":{"effects":"poking","exhaustion":0.1,"message_id":"sweetBerryBush","scaling":"when_caused_by_living_non_player"},"thorns":{"effects":"thorns","exhaustion":0.1,"message_id":"thorns","scaling":"when_caused_by_living_non_player"},"thrown":{"exhaustion":0.1,"message_id":"thrown","scaling":"when_caused_by_living_non_player"},"trident":{"exhaustion":0.1,"message_id":"trident","scaling":"when_caused_by_living_non_player"},"unattributed_fireball":{"effects":"burning","exhaustion":0.1,"message_id":"onFire","scaling":"when_caused_by_living_non_player"},"wither":{"exhaustion":0.0,"message_id":"wither","scaling":"when_caused_by_living_non_player"},"wither_skull":{"exhaustion":0.1,"message_id":"witherSkull","scaling":"when_caused_by_living_non_player"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["arrow.json","bad_respawn_point.json","cactus.json","cramming.json","dragon_breath.json","drown.json","dry_out.json","explosion.json","fall.json","falling_anvil.json","falling_block.json","falling_stalactite.json","fireball.json","fireworks.json","fly_into_wall.json","freeze.json","generic.json","generic_kill.json","hot_floor.json","in_fire.json","in_wall.json","indirect_magic.json","lava.json","lightning_bolt.json","magic.json","mob_attack.json","mob_attack_no_aggro.json","mob_projectile.json","on_fire.json","out_of_world.json","outside_border.json","player_attack.json","player_explosion.json","sonic_boom.json","stalagmite.json","starve.json","sting.json","sweet_berry_bush.json","thorns.json","thrown.json","trident.json","unattributed_fireball.json","wither.json","wither_skull.json"]}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "arrow",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"death_message_type": "intentional_game_design",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "badRespawnPoint",
|
||||
"scaling": "always"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "cactus",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "cramming",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "dragonBreath",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "drowning",
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "drown",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "dryout",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "explosion",
|
||||
"scaling": "always"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"death_message_type": "fall_variants",
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "fall",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "anvil",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "fallingBlock",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "fallingStalactite",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "fireball",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "fireworks",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "flyIntoWall",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "freezing",
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "freeze",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "generic",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "genericKill",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "hotFloor",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "inFire",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "inWall",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "indirectMagic",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "lava",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "lightningBolt",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "magic",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "mob",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "mob",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "mob",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "onFire",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "outOfWorld",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "outsideBorder",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "player",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "explosion.player",
|
||||
"scaling": "always"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "sonic_boom",
|
||||
"scaling": "always"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "stalagmite",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "starve",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "sting",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "poking",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "sweetBerryBush",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "thorns",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "thorns",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "thrown",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "trident",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"effects": "burning",
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "onFire",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.0,
|
||||
"message_id": "wither",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"exhaustion": 0.1,
|
||||
"message_id": "witherSkull",
|
||||
"scaling": "when_caused_by_living_non_player"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"overworld":{"ambient_light":0.0,"bed_works":true,"coordinate_scale":1.0,"effects":"minecraft:overworld","has_ceiling":false,"has_raids":true,"has_skylight":true,"height":384,"infiniburn":"#minecraft:infiniburn_overworld","logical_height":384,"min_y":-64,"monster_spawn_block_light_limit":0,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"max_inclusive":7,"min_inclusive":0}},"natural":true,"piglin_safe":false,"respawn_anchor_works":false,"ultrawarm":false},"overworld_caves":{"ambient_light":0.0,"bed_works":true,"coordinate_scale":1.0,"effects":"minecraft:overworld","has_ceiling":true,"has_raids":true,"has_skylight":true,"height":384,"infiniburn":"#minecraft:infiniburn_overworld","logical_height":384,"min_y":-64,"monster_spawn_block_light_limit":0,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"max_inclusive":7,"min_inclusive":0}},"natural":true,"piglin_safe":false,"respawn_anchor_works":false,"ultrawarm":false},"the_end":{"ambient_light":0.0,"bed_works":false,"coordinate_scale":1.0,"effects":"minecraft:the_end","fixed_time":6000,"has_ceiling":false,"has_raids":true,"has_skylight":false,"height":256,"infiniburn":"#minecraft:infiniburn_end","logical_height":256,"min_y":0,"monster_spawn_block_light_limit":0,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"max_inclusive":7,"min_inclusive":0}},"natural":false,"piglin_safe":false,"respawn_anchor_works":false,"ultrawarm":false},"the_nether":{"ambient_light":0.1,"bed_works":false,"coordinate_scale":8.0,"effects":"minecraft:the_nether","fixed_time":18000,"has_ceiling":true,"has_raids":false,"has_skylight":false,"height":256,"infiniburn":"#minecraft:infiniburn_nether","logical_height":128,"min_y":0,"monster_spawn_block_light_limit":15,"monster_spawn_light_level":7,"natural":false,"piglin_safe":true,"respawn_anchor_works":true,"ultrawarm":true}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["overworld.json","overworld_caves.json","the_end.json","the_nether.json"]}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "minecraft:overworld",
|
||||
"has_ceiling": false,
|
||||
"has_raids": true,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": false,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "minecraft:overworld",
|
||||
"has_ceiling": true,
|
||||
"has_raids": true,
|
||||
"has_skylight": true,
|
||||
"height": 384,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": true,
|
||||
"piglin_safe": false,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"ambient_light": 0.0,
|
||||
"bed_works": false,
|
||||
"coordinate_scale": 1.0,
|
||||
"effects": "minecraft:the_end",
|
||||
"fixed_time": 6000,
|
||||
"has_ceiling": false,
|
||||
"has_raids": true,
|
||||
"has_skylight": false,
|
||||
"height": 256,
|
||||
"infiniburn": "#minecraft:infiniburn_end",
|
||||
"logical_height": 256,
|
||||
"min_y": 0,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"natural": false,
|
||||
"piglin_safe": false,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ambient_light": 0.1,
|
||||
"bed_works": false,
|
||||
"coordinate_scale": 8.0,
|
||||
"effects": "minecraft:the_nether",
|
||||
"fixed_time": 18000,
|
||||
"has_ceiling": true,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"height": 256,
|
||||
"infiniburn": "#minecraft:infiniburn_nether",
|
||||
"logical_height": 128,
|
||||
"min_y": 0,
|
||||
"monster_spawn_block_light_limit": 15,
|
||||
"monster_spawn_light_level": 7,
|
||||
"natural": false,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": true,
|
||||
"ultrawarm": true
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["blocks"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"crafter":{"type":"minecraft:block","pools":[{"bonus_rolls":0.0,"conditions":[{"condition":"minecraft:survives_explosion"}],"entries":[{"type":"minecraft:item","name":"minecraft:crafter"}],"rolls":1.0}],"random_sequence":"minecraft:blocks/crafter"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["crafter.json"]}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:crafter"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/crafter"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"crafter":{"type":"minecraft:crafting_shaped","category":"redstone","key":{"#":{"item":"minecraft:iron_ingot"},"C":{"item":"minecraft:crafting_table"},"D":{"item":"minecraft:dropper"},"R":{"item":"minecraft:redstone"}},"pattern":["###","#C#","RDR"],"result":{"item":"minecraft:crafter"},"show_notification":true}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["crafter.json"]}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:crafting_table"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:dropper"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#C#",
|
||||
"RDR"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:crafter"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["blocks"],"files":[]}
|
||||
@@ -0,0 +1 @@
|
||||
{"needs_stone_tool":{"values":["minecraft:crafter"]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":["mineable"],"files":["needs_stone_tool.json"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"pickaxe":{"values":["minecraft:crafter"]}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["pickaxe.json"]}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:crafter"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:crafter"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"amethyst":{"asset_name":"amethyst","description":{"color":"#9A5CC6","translate":"trim_material.minecraft.amethyst"},"ingredient":"minecraft:amethyst_shard","item_model_index":1.0},"copper":{"asset_name":"copper","description":{"color":"#B4684D","translate":"trim_material.minecraft.copper"},"ingredient":"minecraft:copper_ingot","item_model_index":0.5},"diamond":{"asset_name":"diamond","description":{"color":"#6EECD2","translate":"trim_material.minecraft.diamond"},"ingredient":"minecraft:diamond","item_model_index":0.8,"override_armor_materials":{"diamond":"diamond_darker"}},"emerald":{"asset_name":"emerald","description":{"color":"#11A036","translate":"trim_material.minecraft.emerald"},"ingredient":"minecraft:emerald","item_model_index":0.7},"gold":{"asset_name":"gold","description":{"color":"#DEB12D","translate":"trim_material.minecraft.gold"},"ingredient":"minecraft:gold_ingot","item_model_index":0.6,"override_armor_materials":{"gold":"gold_darker"}},"iron":{"asset_name":"iron","description":{"color":"#ECECEC","translate":"trim_material.minecraft.iron"},"ingredient":"minecraft:iron_ingot","item_model_index":0.2,"override_armor_materials":{"iron":"iron_darker"}},"lapis":{"asset_name":"lapis","description":{"color":"#416E97","translate":"trim_material.minecraft.lapis"},"ingredient":"minecraft:lapis_lazuli","item_model_index":0.9},"netherite":{"asset_name":"netherite","description":{"color":"#625859","translate":"trim_material.minecraft.netherite"},"ingredient":"minecraft:netherite_ingot","item_model_index":0.3,"override_armor_materials":{"netherite":"netherite_darker"}},"quartz":{"asset_name":"quartz","description":{"color":"#E3D4C4","translate":"trim_material.minecraft.quartz"},"ingredient":"minecraft:quartz","item_model_index":0.1},"redstone":{"asset_name":"redstone","description":{"color":"#971607","translate":"trim_material.minecraft.redstone"},"ingredient":"minecraft:redstone","item_model_index":0.4}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["amethyst.json","copper.json","diamond.json","emerald.json","gold.json","iron.json","lapis.json","netherite.json","quartz.json","redstone.json"]}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "amethyst",
|
||||
"description": {
|
||||
"color": "#9A5CC6",
|
||||
"translate": "trim_material.minecraft.amethyst"
|
||||
},
|
||||
"ingredient": "minecraft:amethyst_shard",
|
||||
"item_model_index": 1.0
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "copper",
|
||||
"description": {
|
||||
"color": "#B4684D",
|
||||
"translate": "trim_material.minecraft.copper"
|
||||
},
|
||||
"ingredient": "minecraft:copper_ingot",
|
||||
"item_model_index": 0.5
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_name": "diamond",
|
||||
"description": {
|
||||
"color": "#6EECD2",
|
||||
"translate": "trim_material.minecraft.diamond"
|
||||
},
|
||||
"ingredient": "minecraft:diamond",
|
||||
"item_model_index": 0.8,
|
||||
"override_armor_materials": {
|
||||
"diamond": "diamond_darker"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "emerald",
|
||||
"description": {
|
||||
"color": "#11A036",
|
||||
"translate": "trim_material.minecraft.emerald"
|
||||
},
|
||||
"ingredient": "minecraft:emerald",
|
||||
"item_model_index": 0.7
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_name": "gold",
|
||||
"description": {
|
||||
"color": "#DEB12D",
|
||||
"translate": "trim_material.minecraft.gold"
|
||||
},
|
||||
"ingredient": "minecraft:gold_ingot",
|
||||
"item_model_index": 0.6,
|
||||
"override_armor_materials": {
|
||||
"gold": "gold_darker"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_name": "iron",
|
||||
"description": {
|
||||
"color": "#ECECEC",
|
||||
"translate": "trim_material.minecraft.iron"
|
||||
},
|
||||
"ingredient": "minecraft:iron_ingot",
|
||||
"item_model_index": 0.2,
|
||||
"override_armor_materials": {
|
||||
"iron": "iron_darker"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "lapis",
|
||||
"description": {
|
||||
"color": "#416E97",
|
||||
"translate": "trim_material.minecraft.lapis"
|
||||
},
|
||||
"ingredient": "minecraft:lapis_lazuli",
|
||||
"item_model_index": 0.9
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"asset_name": "netherite",
|
||||
"description": {
|
||||
"color": "#625859",
|
||||
"translate": "trim_material.minecraft.netherite"
|
||||
},
|
||||
"ingredient": "minecraft:netherite_ingot",
|
||||
"item_model_index": 0.3,
|
||||
"override_armor_materials": {
|
||||
"netherite": "netherite_darker"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "quartz",
|
||||
"description": {
|
||||
"color": "#E3D4C4",
|
||||
"translate": "trim_material.minecraft.quartz"
|
||||
},
|
||||
"ingredient": "minecraft:quartz",
|
||||
"item_model_index": 0.1
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"asset_name": "redstone",
|
||||
"description": {
|
||||
"color": "#971607",
|
||||
"translate": "trim_material.minecraft.redstone"
|
||||
},
|
||||
"ingredient": "minecraft:redstone",
|
||||
"item_model_index": 0.4
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"coast":{"asset_id":"minecraft:coast","decal":false,"description":{"translate":"trim_pattern.minecraft.coast"},"template_item":"minecraft:coast_armor_trim_smithing_template"},"dune":{"asset_id":"minecraft:dune","decal":false,"description":{"translate":"trim_pattern.minecraft.dune"},"template_item":"minecraft:dune_armor_trim_smithing_template"},"eye":{"asset_id":"minecraft:eye","decal":false,"description":{"translate":"trim_pattern.minecraft.eye"},"template_item":"minecraft:eye_armor_trim_smithing_template"},"host":{"asset_id":"minecraft:host","decal":false,"description":{"translate":"trim_pattern.minecraft.host"},"template_item":"minecraft:host_armor_trim_smithing_template"},"raiser":{"asset_id":"minecraft:raiser","decal":false,"description":{"translate":"trim_pattern.minecraft.raiser"},"template_item":"minecraft:raiser_armor_trim_smithing_template"},"rib":{"asset_id":"minecraft:rib","decal":false,"description":{"translate":"trim_pattern.minecraft.rib"},"template_item":"minecraft:rib_armor_trim_smithing_template"},"sentry":{"asset_id":"minecraft:sentry","decal":false,"description":{"translate":"trim_pattern.minecraft.sentry"},"template_item":"minecraft:sentry_armor_trim_smithing_template"},"shaper":{"asset_id":"minecraft:shaper","decal":false,"description":{"translate":"trim_pattern.minecraft.shaper"},"template_item":"minecraft:shaper_armor_trim_smithing_template"},"silence":{"asset_id":"minecraft:silence","decal":false,"description":{"translate":"trim_pattern.minecraft.silence"},"template_item":"minecraft:silence_armor_trim_smithing_template"},"snout":{"asset_id":"minecraft:snout","decal":false,"description":{"translate":"trim_pattern.minecraft.snout"},"template_item":"minecraft:snout_armor_trim_smithing_template"},"spire":{"asset_id":"minecraft:spire","decal":false,"description":{"translate":"trim_pattern.minecraft.spire"},"template_item":"minecraft:spire_armor_trim_smithing_template"},"tide":{"asset_id":"minecraft:tide","decal":false,"description":{"translate":"trim_pattern.minecraft.tide"},"template_item":"minecraft:tide_armor_trim_smithing_template"},"vex":{"asset_id":"minecraft:vex","decal":false,"description":{"translate":"trim_pattern.minecraft.vex"},"template_item":"minecraft:vex_armor_trim_smithing_template"},"ward":{"asset_id":"minecraft:ward","decal":false,"description":{"translate":"trim_pattern.minecraft.ward"},"template_item":"minecraft:ward_armor_trim_smithing_template"},"wayfinder":{"asset_id":"minecraft:wayfinder","decal":false,"description":{"translate":"trim_pattern.minecraft.wayfinder"},"template_item":"minecraft:wayfinder_armor_trim_smithing_template"},"wild":{"asset_id":"minecraft:wild","decal":false,"description":{"translate":"trim_pattern.minecraft.wild"},"template_item":"minecraft:wild_armor_trim_smithing_template"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["coast.json","dune.json","eye.json","host.json","raiser.json","rib.json","sentry.json","shaper.json","silence.json","snout.json","spire.json","tide.json","vex.json","ward.json","wayfinder.json","wild.json"]}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:coast",
|
||||
"decal": false,
|
||||
"description": {
|
||||
"translate": "trim_pattern.minecraft.coast"
|
||||
},
|
||||
"template_item": "minecraft:coast_armor_trim_smithing_template"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:dune",
|
||||
"decal": false,
|
||||
"description": {
|
||||
"translate": "trim_pattern.minecraft.dune"
|
||||
},
|
||||
"template_item": "minecraft:dune_armor_trim_smithing_template"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"asset_id": "minecraft:eye",
|
||||
"decal": false,
|
||||
"description": {
|
||||
"translate": "trim_pattern.minecraft.eye"
|
||||
},
|
||||
"template_item": "minecraft:eye_armor_trim_smithing_template"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user