You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ecf9ab3bd |
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_boots"
|
||||
},
|
||||
"icon": "minecraft:diamond_boots",
|
||||
"title": "Adventuring Time",
|
||||
"description": "Discover every biome",
|
||||
"frame": "challenge"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:iron_sword"
|
||||
},
|
||||
"icon": "minecraft:iron_sword",
|
||||
"title": "Monster Hunter",
|
||||
"description": "Kill any hostile monster"
|
||||
},
|
||||
@@ -183,14 +181,6 @@
|
||||
"type": "zombie_villager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"illusion_illager": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "illusion_illager"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -215,7 +205,6 @@
|
||||
["witch"],
|
||||
["wither_skeleton"],
|
||||
["zombie"],
|
||||
["zombie_villager"],
|
||||
["illusion_illager"]
|
||||
["zombie_villager"]
|
||||
]
|
||||
}
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_sword"
|
||||
},
|
||||
"icon": "minecraft:diamond_sword",
|
||||
"title": "Monsters Hunted",
|
||||
"description": "Kill one of every hostile monster",
|
||||
"frame": "challenge"
|
||||
@@ -184,14 +182,6 @@
|
||||
"type": "zombie_villager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"illusion_illager": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "illusion_illager"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:map"
|
||||
},
|
||||
"icon": "minecraft:map",
|
||||
"title": "Adventure",
|
||||
"description": "Adventure, exploration and combat",
|
||||
"description": "Adventure, exploration and combat.",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/adventure.png"
|
||||
},
|
||||
"criteria": {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bow"
|
||||
},
|
||||
"icon": "minecraft:bow",
|
||||
"title": "Take Aim",
|
||||
"description": "Shoot something with a bow and arrow"
|
||||
},
|
||||
@@ -13,10 +11,7 @@
|
||||
"conditions": {
|
||||
"damage": {
|
||||
"type": {
|
||||
"is_projectile": true,
|
||||
"direct_entity": {
|
||||
"type": "minecraft:arrow"
|
||||
}
|
||||
"is_projectile": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bed"
|
||||
},
|
||||
"icon": "minecraft:bed",
|
||||
"title": "Sweet dreams",
|
||||
"description": "Change your respawn point"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
"icon": "minecraft:arrow",
|
||||
"title": "Sniper duel",
|
||||
"description": "Kill a skeleton with an arrow from more than 50 meters",
|
||||
"frame": "challenge"
|
||||
@@ -16,7 +14,6 @@
|
||||
"is_projectile": true
|
||||
},
|
||||
"entity": {
|
||||
"type": "skeleton",
|
||||
"distance": {
|
||||
"min": 50
|
||||
}
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"icon": "minecraft:emerald",
|
||||
"title": "What a Deal!",
|
||||
"description": "Successfully trade with a Villager"
|
||||
},
|
||||
"parent": "adventure/root",
|
||||
"criteria": {
|
||||
"traded": {
|
||||
"shot_arrow": {
|
||||
"trigger": "minecraft:villager_trade"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dragon_breath"
|
||||
},
|
||||
"title": "You Need a Mint",
|
||||
"description": "Collect dragon's breath in a glass bottle",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"dragon_breath": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dragon_breath"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dragon_egg"
|
||||
},
|
||||
"title": "The Next Generation",
|
||||
"description": "Hold the Dragon Egg",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"dragon_egg": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dragon_egg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:purpur_block"
|
||||
},
|
||||
"title": "City at the End of the Game",
|
||||
"description": "Go on in, what could happen?"
|
||||
},
|
||||
"parent": "minecraft:end/enter_end_gateway",
|
||||
"criteria": {
|
||||
"in_city": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "EndCity"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 5
|
||||
},
|
||||
"title": "Free the End",
|
||||
"description": "Good luck"
|
||||
},
|
||||
"parent": "end/root",
|
||||
"criteria": {
|
||||
"killed_dragon": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:shulker_shell"
|
||||
},
|
||||
"title": "Great View From Up Here",
|
||||
"description": "Levitate for at least 30 seconds",
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"criteria": {
|
||||
"levitated": {
|
||||
"trigger": "minecraft:levitation",
|
||||
"conditions": {
|
||||
"duration": {
|
||||
"min": 600
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_crystal"
|
||||
},
|
||||
"title": "The End... Again...",
|
||||
"description": "Respawn the ender dragon",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"summoned_dragon": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"title": "The End",
|
||||
"description": "Or the beginning?",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/end.png"
|
||||
},
|
||||
"criteria": {
|
||||
"entered_end_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:potion"
|
||||
},
|
||||
"title": "Local Brewery",
|
||||
"description": "Brew a potion"
|
||||
},
|
||||
"parent": "minecraft:nether/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:brewed_potion"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_brick"
|
||||
},
|
||||
"title": "A Terrible Fortress",
|
||||
"description": "Break your way into a Nether Fortress"
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"criteria": {
|
||||
"fortress": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "Fortress"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
},
|
||||
"title": "Spooky Scary Skeleton",
|
||||
"description": "Obtain a wither skeleton's skull"
|
||||
},
|
||||
"parent": "minecraft:nether/find_fortress",
|
||||
"criteria": {
|
||||
"wither_skull": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"title": "Return to Sender",
|
||||
"description": "Destroy a Ghast with a fireball",
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"criteria": {
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:ghast"
|
||||
},
|
||||
"killing_blow": {
|
||||
"is_projectile": true,
|
||||
"direct_entity": {
|
||||
"type": "minecraft:fireball"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_wart"
|
||||
},
|
||||
"title": "Nether",
|
||||
"description": "Bring summer clothes",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png"
|
||||
},
|
||||
"criteria": {
|
||||
"entered_nether_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:potion",
|
||||
"title": "A Weak Brew",
|
||||
"description": "Brew up a potion of Weakness"
|
||||
},
|
||||
"parent": "minecraft:story/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:brewed_potion",
|
||||
"conditions": {
|
||||
"potion": "minecraft:weakness"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:beacon"
|
||||
},
|
||||
"icon": "minecraft:beacon",
|
||||
"title": "Bring Home the Beacon",
|
||||
"description": "Construct and place a Beacon"
|
||||
},
|
||||
"parent": "minecraft:nether/summon_wither",
|
||||
"parent": "minecraft:story/summon_wither",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
@@ -1,13 +1,11 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:beacon"
|
||||
},
|
||||
"icon": "minecraft:beacon",
|
||||
"title": "Beaconator",
|
||||
"description": "Bring a beacon to full power",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "minecraft:nether/create_beacon",
|
||||
"parent": "minecraft:story/create_beacon",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
@@ -1,13 +1,11 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:golden_apple"
|
||||
},
|
||||
"icon": "minecraft:golden_apple",
|
||||
"title": "Zombie Doctor",
|
||||
"description": "Weaken and then cure a zombie villager",
|
||||
"description": "Cure a zombie villager.",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"parent": "minecraft:story/brew_weakness_potion",
|
||||
"criteria": {
|
||||
"cured_zombie": {
|
||||
"trigger": "minecraft:cured_zombie_villager"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:shield"
|
||||
},
|
||||
"icon": "minecraft:shield",
|
||||
"title": "Not Today, Thank You",
|
||||
"description": "Deflect an arrow with a shield"
|
||||
},
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:elytra"
|
||||
},
|
||||
"icon": "minecraft:elytra",
|
||||
"title": "Sky's the Limit",
|
||||
"description": "Find an Elytra",
|
||||
"frame": "goal"
|
||||
"description": "Find an Elytra"
|
||||
},
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"parent": "minecraft:story/enter_end_gateway",
|
||||
"criteria": {
|
||||
"elytra": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:enchanted_book"
|
||||
},
|
||||
"icon": "minecraft:enchanted_book",
|
||||
"title": "Enchanter",
|
||||
"description": "Enchant an item at an Enchanting Table"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
"icon": "minecraft:ender_pearl",
|
||||
"title": "Remote Getaway",
|
||||
"description": "Escape the island"
|
||||
"description": "Defeat the dragon and escape the island"
|
||||
},
|
||||
"parent": "minecraft:end/kill_dragon",
|
||||
"parent": "minecraft:story/enter_the_end",
|
||||
"criteria": {
|
||||
"entered_end_gateway": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"icon": "minecraft:end_stone",
|
||||
"title": "The End?",
|
||||
"description": "Enter the End Portal"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:flint_and_steel"
|
||||
},
|
||||
"icon": "minecraft:flint_and_steel",
|
||||
"title": "We Need to Go Deeper",
|
||||
"description": "Build, light and enter a Nether Portal"
|
||||
},
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"icon": "minecraft:ender_eye",
|
||||
"title": "Eye Spy",
|
||||
"description": "Follow an Ender Eye"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"parent": "minecraft:story/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"in_stronghold": {
|
||||
"trigger": "minecraft:location",
|
||||
"near_stronghold": {
|
||||
"trigger": "minecraft:used_ender_eye",
|
||||
"conditions": {
|
||||
"feature": "Stronghold"
|
||||
"distance": {"max": 64}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"icon": "minecraft:obsidian",
|
||||
"title": "Ice Bucket Challenge",
|
||||
"description": "Form and mine a block of Obsidian"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:iron_pickaxe"
|
||||
},
|
||||
"icon": "minecraft:iron_pickaxe",
|
||||
"title": "Isn't It Iron Pick",
|
||||
"description": "Upgrade your pickaxe"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:lava_bucket"
|
||||
},
|
||||
"icon": "minecraft:lava_bucket",
|
||||
"title": "Hot Stuff",
|
||||
"description": "Fill a bucket with lava"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"icon": "minecraft:diamond",
|
||||
"title": "Diamonds!",
|
||||
"description": "Acquire diamonds"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:wooden_pickaxe"
|
||||
},
|
||||
"icon": "minecraft:wooden_pickaxe",
|
||||
"title": "Stone Age",
|
||||
"description": "Mine stone with your new pickaxe"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:iron_chestplate"
|
||||
},
|
||||
"icon": "minecraft:iron_chestplate",
|
||||
"title": "Suit Up",
|
||||
"description": "Protect yourself with a piece of iron armor"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"icon": "minecraft:blaze_rod",
|
||||
"title": "Into Fire",
|
||||
"description": "Relieve a Blaze of its rod"
|
||||
},
|
||||
"parent": "minecraft:nether/find_fortress",
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"blaze_rod": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:grass"
|
||||
},
|
||||
"icon": "minecraft:grass",
|
||||
"title": "Minecraft",
|
||||
"description": "The heart and story of the game",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_chestplate"
|
||||
},
|
||||
"icon": "minecraft:diamond_chestplate",
|
||||
"title": "Cover Me With Diamonds",
|
||||
"description": "Diamond armor saves lives"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"icon": "minecraft:iron_ingot",
|
||||
"title": "Acquire Hardware",
|
||||
"description": "Smelt an iron ingot"
|
||||
},
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_star"
|
||||
},
|
||||
"icon": "minecraft:nether_star",
|
||||
"title": "Withering Heights",
|
||||
"description": "Summon the Wither"
|
||||
},
|
||||
"parent": "minecraft:nether/get_wither_skull",
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"summoned": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:stone_pickaxe"
|
||||
},
|
||||
"icon": "minecraft:stone_pickaxe",
|
||||
"title": "Getting an Upgrade",
|
||||
"description": "Construct a better pickaxe"
|
||||
},
|
||||
|
||||
@@ -437,7 +437,6 @@ options.narrator.off=Off
|
||||
options.narrator.all=Narrates all
|
||||
options.narrator.chat=Narrates chat
|
||||
options.narrator.system=Narrates system
|
||||
options.narrator.notavailable=Not available
|
||||
|
||||
options.mipmapLevels=Mipmap Levels
|
||||
options.forceUnicodeFont=Force Unicode Font
|
||||
@@ -473,9 +472,6 @@ key.attack=Attack/Destroy
|
||||
key.use=Use Item/Place Block
|
||||
key.pickItem=Pick Block
|
||||
key.mouseButton=Button %1$s
|
||||
key.mouse.left=Left Click
|
||||
key.mouse.middle=Middle Click
|
||||
key.mouse.right=Right Click
|
||||
key.command=Open Command
|
||||
key.screenshot=Take Screenshot
|
||||
key.togglePerspective=Toggle Perspective
|
||||
@@ -491,8 +487,6 @@ key.hotbar.6=Hotbar Slot 6
|
||||
key.hotbar.7=Hotbar Slot 7
|
||||
key.hotbar.8=Hotbar Slot 8
|
||||
key.hotbar.9=Hotbar Slot 9
|
||||
key.saveToolbarActivator=Save Toolbar Activator
|
||||
key.loadToolbarActivator=Load Toolbar Activator
|
||||
|
||||
key.categories.movement=Movement
|
||||
key.categories.misc=Miscellaneous
|
||||
@@ -500,7 +494,6 @@ key.categories.multiplayer=Multiplayer
|
||||
key.categories.gameplay=Gameplay
|
||||
key.categories.ui=Game Interface
|
||||
key.categories.inventory=Inventory
|
||||
key.categories.creative=Creative Mode
|
||||
|
||||
resourcePack.openFolder=Open Resource Pack Folder
|
||||
resourcePack.title=Select Resource Packs
|
||||
@@ -739,24 +732,24 @@ tile.frostedIce.name=Frosted Ice
|
||||
tile.icePacked.name=Packed Ice
|
||||
tile.cactus.name=Cactus
|
||||
tile.clay.name=Clay
|
||||
tile.clayHardenedStained.name=Stained Terracotta
|
||||
tile.clayHardenedStained.black.name=Black Terracotta
|
||||
tile.clayHardenedStained.red.name=Red Terracotta
|
||||
tile.clayHardenedStained.green.name=Green Terracotta
|
||||
tile.clayHardenedStained.brown.name=Brown Terracotta
|
||||
tile.clayHardenedStained.blue.name=Blue Terracotta
|
||||
tile.clayHardenedStained.purple.name=Purple Terracotta
|
||||
tile.clayHardenedStained.cyan.name=Cyan Terracotta
|
||||
tile.clayHardenedStained.silver.name=Light Gray Terracotta
|
||||
tile.clayHardenedStained.gray.name=Gray Terracotta
|
||||
tile.clayHardenedStained.pink.name=Pink Terracotta
|
||||
tile.clayHardenedStained.lime.name=Lime Terracotta
|
||||
tile.clayHardenedStained.yellow.name=Yellow Terracotta
|
||||
tile.clayHardenedStained.lightBlue.name=Light Blue Terracotta
|
||||
tile.clayHardenedStained.magenta.name=Magenta Terracotta
|
||||
tile.clayHardenedStained.orange.name=Orange Terracotta
|
||||
tile.clayHardenedStained.white.name=White Terracotta
|
||||
tile.clayHardened.name=Terracotta
|
||||
tile.clayHardenedStained.name=Stained Hardened Clay
|
||||
tile.clayHardenedStained.black.name=Black Hardened Clay
|
||||
tile.clayHardenedStained.red.name=Red Hardened Clay
|
||||
tile.clayHardenedStained.green.name=Green Hardened Clay
|
||||
tile.clayHardenedStained.brown.name=Brown Hardened Clay
|
||||
tile.clayHardenedStained.blue.name=Blue Hardened Clay
|
||||
tile.clayHardenedStained.purple.name=Purple Hardened Clay
|
||||
tile.clayHardenedStained.cyan.name=Cyan Hardened Clay
|
||||
tile.clayHardenedStained.silver.name=Light Gray Hardened Clay
|
||||
tile.clayHardenedStained.gray.name=Gray Hardened Clay
|
||||
tile.clayHardenedStained.pink.name=Pink Hardened Clay
|
||||
tile.clayHardenedStained.lime.name=Lime Hardened Clay
|
||||
tile.clayHardenedStained.yellow.name=Yellow Hardened Clay
|
||||
tile.clayHardenedStained.lightBlue.name=Light Blue Hardened Clay
|
||||
tile.clayHardenedStained.magenta.name=Magenta Hardened Clay
|
||||
tile.clayHardenedStained.orange.name=Orange Hardened Clay
|
||||
tile.clayHardenedStained.white.name=White Hardened Clay
|
||||
tile.clayHardened.name=Hardened Clay
|
||||
tile.reeds.name=Sugar cane
|
||||
tile.jukebox.name=Jukebox
|
||||
tile.fence.name=Oak Fence
|
||||
@@ -1354,7 +1347,6 @@ entity.EvocationIllager.name=Evoker
|
||||
entity.Vex.name=Vex
|
||||
entity.VindicationIllager.name=Vindicator
|
||||
entity.Parrot.name=Parrot
|
||||
entity.IllusionIllager.name=Illusioner
|
||||
|
||||
entity.Villager.farmer=Farmer
|
||||
entity.Villager.fisherman=Fisherman
|
||||
@@ -1903,55 +1895,22 @@ commands.whitelist.remove.success=Removed %s from the whitelist
|
||||
commands.whitelist.remove.failed=Could not remove %s from the whitelist
|
||||
commands.whitelist.remove.usage=/whitelist remove <player>
|
||||
commands.whitelist.usage=/whitelist <on|off|list|add|remove|reload>
|
||||
|
||||
commands.advancement.usage=/advancement <grant|revoke|test> <player>
|
||||
commands.advancement.advancementNotFound=No advancement was found by the name '%1$s'
|
||||
commands.advancement.criterionNotFound=The advancement '%1$s' does not contain the criterion '%2$s'
|
||||
|
||||
commands.advancement.grant.usage=/advancement grant <player> <only|until|from|through|everything>
|
||||
commands.advancement.grant.only.usage=/advancement grant <player> only <advancement> [criterion]
|
||||
commands.advancement.grant.only.failed=Couldn't grant the advancement '%1$s' to %2$s because they already have it
|
||||
commands.advancement.grant.only.success=Granted the entire advancement '%1$s' to %2$s
|
||||
commands.advancement.grant.criterion.failed=Couldn't grant the criterion '%3$s' of advancement '%1$s' to %2$s because they already have it
|
||||
commands.advancement.grant.criterion.success=Granted the criterion '%3$s' of advancement '%1$s' to %2$s
|
||||
commands.advancement.grant.until.usage=/advancement grant <player> until <advancement>
|
||||
commands.advancement.grant.until.failed=Couldn't grant the advancement '%1$s' or its ancestors to %2$s because they already have them all
|
||||
commands.advancement.grant.until.success=Granted '%1$s' and all ancestors (%3$s total granted) to %2$s
|
||||
commands.advancement.grant.from.usage=/advancement grant <player> from <advancement>
|
||||
commands.advancement.grant.from.failed=Couldn't grant the advancement '%1$s' or its descendants to %2$s because they already have them all
|
||||
commands.advancement.grant.from.success=Granted '%1$s' and all descendants (%3$s total granted) to %2$s
|
||||
commands.advancement.grant.through.usage=/advancement grant <player> through <advancement>
|
||||
commands.advancement.grant.through.failed=Couldn't grant the advancement '%1$s', its ancestors or its descendants to %2$s because they already have them all
|
||||
commands.advancement.grant.through.success=Granted '%1$s', all ancestors and all descendants (%3$s total granted) to %2$s
|
||||
commands.advancement.grant.everything.usage=/advancement grant <player> everything
|
||||
commands.advancement.grant.everything.failed=Couldn't grant any advancements to %1$s because they already have them all
|
||||
commands.advancement.grant.everything.success=Granted every advancement (%2$s total granted) to %1$s
|
||||
|
||||
commands.advancement.revoke.usage=/advancement revoke <player> <only|until|from|through|everything>
|
||||
commands.advancement.revoke.only.usage=/advancement revoke <player> only <advancement> [criterion]
|
||||
commands.advancement.revoke.only.failed=Couldn't revoke the advancement '%1$s' from %2$s because they haven't started it
|
||||
commands.advancement.revoke.only.success=Revoked the entire advancement '%1$s' from %2$s
|
||||
commands.advancement.revoke.criterion.failed=Couldn't revoke the criterion '%3$s' of advancement '%1$s' from %2$s because they haven't started it
|
||||
commands.advancement.revoke.criterion.success=Revoked the criterion '%3$s' of advancement '%1$s' from %2$s
|
||||
commands.advancement.revoke.until.usage=/advancement revoke <player> until <advancement>
|
||||
commands.advancement.revoke.until.failed=Couldn't revoke the advancement '%1$s' or its ancestors from %2$s because they haven't started any
|
||||
commands.advancement.revoke.until.success=Revoked '%1$s' and all ancestors (%3$s total revoked) from %2$s
|
||||
commands.advancement.revoke.from.usage=/advancement revoke <player> from <advancement>
|
||||
commands.advancement.revoke.from.failed=Couldn't revoke the advancement '%1$s' or its descendants from %2$s because they haven't started any
|
||||
commands.advancement.revoke.from.success=Revoked '%1$s' and all descendants (%3$s total revoked) from %2$s
|
||||
commands.advancement.revoke.through.usage=/advancement revoke <player> through <advancement>
|
||||
commands.advancement.revoke.through.failed=Couldn't revoke the advancement '%1$s', its ancestors or its descendants from %2$s because they haven't started any
|
||||
commands.advancement.revoke.through.success=Revoked '%1$s', all ancestors and all descendants (%3$s total revoked) from %2$s
|
||||
commands.advancement.revoke.everything.usage=/advancement revoke <player> everything
|
||||
commands.advancement.revoke.everything.failed=Couldn't revoke any advancements to %1$s because they haven't started any
|
||||
commands.advancement.revoke.everything.success=Revoked every advancement (%2$s total revoked) from %1$s
|
||||
|
||||
commands.advancement.test.criterion.usage=/advancement test <player> <advancement> [criterion]
|
||||
commands.advancement.test.criterion.success=Player %1$s has completed criterion '%3$s' of advancement '%2$s'
|
||||
commands.advancement.test.criterion.notDone=Player %1$s has not completed criterion '%3$s' of advancement '%2$s'
|
||||
commands.advancement.test.advancement.success=Player %1$s has completed advancement '%2$s'
|
||||
commands.advancement.test.advancement.notDone=Player %1$s has not completed advancement '%2$s'
|
||||
|
||||
commands.advancement.usage=/advancement <grant|revoke|test>
|
||||
commands.advancement.advancementNotFound=No advancement was found by the name '%s'
|
||||
commands.advancement.criterionNotFound=The advancement '%s' does not contain the criterion '%s'
|
||||
commands.advancement.grant.usage=/advancement grant <player> <advancement> [criterion]
|
||||
commands.advancement.grant.advancement.success=Granted the entire advancement '%s' to %s
|
||||
commands.advancement.grant.criterion.success=Granted the criterion '%s' of advancement '%s' to %s
|
||||
commands.advancement.grant.advancement.alreadyDone=Couldn't grant the advancement '%s' to %s because they already have it
|
||||
commands.advancement.grant.criterion.alreadyDone=Couldn't grant the criterion '%s' of advancement '%s' to %s because they already have it
|
||||
commands.advancement.revoke.usage=/advancement revoke <player> <advancement> [criterion]
|
||||
commands.advancement.revoke.advancement.success=Revoked the entire advancement '%s' from %s
|
||||
commands.advancement.revoke.criterion.success=Revoked the criterion '%s' of advancement '%s' from %s
|
||||
commands.advancement.revoke.advancement.notDone=Couldn't revoke the advancement '%s' from %s because they don't have it
|
||||
commands.advancement.revoke.criterion.notDone=Couldn't revoke the criterion '%s' of advancement '%s' from %s because they don't have it
|
||||
commands.advancement.test.criterion.success=Player %s has completed criterion '%s' of advancement '%s'
|
||||
commands.advancement.test.advancement.notDone=Player %s has not completed advancement '%s'
|
||||
commands.advancement.test.criterion.notDone=Player %s has not completed criterion '%s' of advancement '%s'
|
||||
commands.scoreboard.usage=/scoreboard <objectives|players|teams> ...
|
||||
commands.scoreboard.noMultiWildcard=Only one user wildcard allowed
|
||||
commands.scoreboard.allMatchesFailed=All matches failed
|
||||
@@ -2167,8 +2126,8 @@ itemGroup.inventory=Survival Inventory
|
||||
itemGroup.hotbar=Saved Toolbars
|
||||
|
||||
inventory.binSlot=Destroy Item
|
||||
inventory.hotbarSaved=Item toolbar saved (restore with %1$s+%2$s)
|
||||
inventory.hotbarInfo=Save toolbar with %1$s+%2$s
|
||||
inventory.hotbarSaved=Item toolbar saved (restore with Shift+%1$s)
|
||||
inventory.hotbarInfo=Save toolbar with Ctrl+%1$s
|
||||
|
||||
advMode.setCommand=Set Console Command for Block
|
||||
advMode.setCommand.success=Command set: %s
|
||||
@@ -3056,13 +3015,6 @@ subtitles.entity.horse.saddle=Saddle equips
|
||||
subtitles.entity.husk.ambient=Husk groans
|
||||
subtitles.entity.husk.death=Husk dies
|
||||
subtitles.entity.husk.hurt=Husk hurts
|
||||
subtitles.entity.illusion_illager.ambient=Illusioner murmurs
|
||||
subtitles.entity.illusion_illager.cast_spell=Illusioner casts spell
|
||||
subtitles.entity.illusion_illager.death=Illusioner dies
|
||||
subtitles.entity.illusion_illager.hurt=Illusioner hurts
|
||||
subtitles.entity.illusion_illager.mirror_move=Illusioner displaces
|
||||
subtitles.entity.illusion_illager.prepare_blindness=Illusioner prepares blindness
|
||||
subtitles.entity.illusion_illager.prepare_mirror=Illusioner prepares mirror image
|
||||
subtitles.entity.iron_golem.attack=Iron Golem attacks
|
||||
subtitles.entity.iron_golem.death=Iron Golem dies
|
||||
subtitles.entity.iron_golem.hurt=Iron Golem hurts
|
||||
@@ -3251,16 +3203,3 @@ debug.reload_resourcepacks.message=Reloaded resource packs
|
||||
resourcepack.downloading=Downloading Resource Pack
|
||||
resourcepack.requesting=Making Request...
|
||||
resourcepack.progress=Downloading file (%s MB)...
|
||||
|
||||
tutorial.move.title=Move with %s, %s, %s and %s
|
||||
tutorial.move.description=Jump with %s
|
||||
tutorial.look.title=Look around
|
||||
tutorial.look.description=Use your mouse to turn
|
||||
tutorial.find_tree.title=Find a tree
|
||||
tutorial.find_tree.description=Punch it to collect wood
|
||||
tutorial.punch_tree.title=Destroy the tree
|
||||
tutorial.punch_tree.description=Hold down %s
|
||||
tutorial.open_inventory.title=Open your inventory
|
||||
tutorial.open_inventory.description=Press %s
|
||||
tutorial.craft_planks.title=Craft wooden planks
|
||||
tutorial.craft_planks.description=The recipe book can help
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence",
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence",
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "bed",
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bed",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "bed",
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bed",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone_block"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "bed",
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bed",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "bed",
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bed",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence",
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user