remove custom wool tag

Was this added to vanilla in 1.13?
This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-23 09:20:51 +00:00
parent a97ef160a1
commit 74daed8197
16 changed files with 30 additions and 51 deletions

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:lapis_lazuli"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:cocoa_beans"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:cyan_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:gray_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:cactus_green"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:lapis_lazuli"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:gray_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:lime_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:magenta_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:orange_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:pink_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:purple_dye"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:rose_red"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:bone_meal"

View File

@ -1,8 +1,8 @@
{
{
"type": "crafting_shapeless",
"ingredients": [
{
"tag": "dodsorfas_recolor:wool"
"tag": "minecraft:wool"
},
{
"item": "minecraft:dandelion_yellow"

View File

@ -1,21 +0,0 @@
{
"replace": false,
"values": [
"minecraft:white_wool",
"minecraft:orange_wool",
"minecraft:magenta_wool",
"minecraft:light_blue_wool",
"minecraft:yellow_wool",
"minecraft:lime_wool",
"minecraft:pink_wool",
"minecraft:gray_wool",
"minecraft:light_gray_wool",
"minecraft:cyan_wool",
"minecraft:purple_wool",
"minecraft:blue_wool",
"minecraft:brown_wool",
"minecraft:green_wool",
"minecraft:red_wool",
"minecraft:black_wool"
]
}