fix dodsorfas color with new dye names

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-09-13 17:30:15 +02:00
parent 1708bd1ae5
commit e0e6ec8f94
40 changed files with 40 additions and 40 deletions

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:ink_sac" "item": "minecraft:black_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:ink_sac" "item": "minecraft:black_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:ink_sac" "item": "minecraft:black_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:ink_sac" "item": "minecraft:black_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:ink_sac" "item": "minecraft:black_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:cocoa_beans" "item": "minecraft:brown_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:cocoa_beans" "item": "minecraft:brown_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:cocoa_beans" "item": "minecraft:brown_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:cocoa_beans" "item": "minecraft:brown_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:cocoa_beans" "item": "minecraft:brown_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:cactus_green" "item": "minecraft:green_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:cactus_green" "item": "minecraft:green_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:cactus_green" "item": "minecraft:green_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:cactus_green" "item": "minecraft:green_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:cactus_green" "item": "minecraft:green_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:blue_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:rose_red" "item": "minecraft:red_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:rose_red" "item": "minecraft:red_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:rose_red" "item": "minecraft:red_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:rose_red" "item": "minecraft:red_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:rose_red" "item": "minecraft:red_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:bone_meal" "item": "minecraft:white_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:bone_meal" "item": "minecraft:white_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:bone_meal" "item": "minecraft:white_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:bone_meal" "item": "minecraft:white_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:bone_meal" "item": "minecraft:white_dye"
} }
], ],
"result": { "result": {

View File

@ -2,7 +2,7 @@
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:dandelion_yellow" "item": "minecraft:yellow_dye"
}, },
{ {
"tag": "dodsorfas_recolor:any_concrete_powder" "tag": "dodsorfas_recolor:any_concrete_powder"

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_terracotta" "tag": "dodsorfas_recolor:any_terracotta"
}, },
"P": { "P": {
"item": "minecraft:dandelion_yellow" "item": "minecraft:yellow_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass" "tag": "dodsorfas_recolor:any_glass"
}, },
"P": { "P": {
"item": "minecraft:dandelion_yellow" "item": "minecraft:yellow_dye"
} }
}, },
"result": { "result": {

View File

@ -10,7 +10,7 @@
"tag": "dodsorfas_recolor:any_glass_pane" "tag": "dodsorfas_recolor:any_glass_pane"
}, },
"P": { "P": {
"item": "minecraft:dandelion_yellow" "item": "minecraft:yellow_dye"
} }
}, },
"result": { "result": {

View File

@ -5,7 +5,7 @@
"tag": "minecraft:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:dandelion_yellow" "item": "minecraft:yellow_dye"
} }
], ],
"result": { "result": {