fix light variation in gray and blue dodsorfas recolor
This commit is contained in:
parent
e0e6ec8f94
commit
02bea5712b
|
@ -2,7 +2,7 @@
|
|||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
"item": "minecraft:light_blue_dye"
|
||||
},
|
||||
{
|
||||
"tag": "dodsorfas_recolor:any_concrete_powder"
|
||||
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_concrete_powder",
|
||||
"item": "minecraft:light_blue_concrete_powder",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_terracotta"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:blue_dye"
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_terracotta",
|
||||
"item": "minecraft:light_blue_terracotta",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_glass"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:blue_dye"
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_stained_glass",
|
||||
"item": "minecraft:light_blue_stained_glass",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_glass_pane"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:blue_dye"
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_stained_glass_pane",
|
||||
"item": "minecraft:light_blue_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -5,11 +5,11 @@
|
|||
"tag": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_wool",
|
||||
"item": "minecraft:light_blue_wool",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gray_dye"
|
||||
"item": "minecraft:light_gray_dye"
|
||||
},
|
||||
{
|
||||
"tag": "dodsorfas_recolor:any_concrete_powder"
|
||||
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gray_concrete_powder",
|
||||
"item": "minecraft:light_gray_concrete_powder",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_terracotta"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:gray_dye"
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gray_terracotta",
|
||||
"item": "minecraft:light_gray_terracotta",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_glass"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:gray_dye"
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gray_stained_glass",
|
||||
"item": "minecraft:light_gray_stained_glass",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
"tag": "dodsorfas_recolor:any_glass_pane"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:gray_dye"
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gray_stained_glass_pane",
|
||||
"item": "minecraft:light_gray_stained_glass_pane",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -5,11 +5,11 @@
|
|||
"tag": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gray_dye"
|
||||
"item": "minecraft:light_gray_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gray_wool",
|
||||
"item": "minecraft:light_gray_wool",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue