Fix purple dye issues
This commit is contained in:
parent
494ed54785
commit
b5329e390b
5 changed files with 3 additions and 3 deletions
|
@ -305,7 +305,7 @@ minetest.register_craft({
|
|||
|
||||
-- Shulker boxes
|
||||
local boxtypes = {
|
||||
purple = "Purple Shulker Box",
|
||||
violet = "Purple Shulker Box",
|
||||
}
|
||||
|
||||
for color, desc in pairs(boxtypes) do
|
||||
|
@ -375,7 +375,7 @@ for color, desc in pairs(boxtypes) do
|
|||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_chests:purple_shulker_box',
|
||||
output = 'mcl_chests:violet_shulker_box',
|
||||
recipe = {
|
||||
{'mcl_mobitems:shulker_shell'},
|
||||
{'mcl_chests:chest'},
|
||||
|
|
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 633 B |
Loading…
Add table
Add a link
Reference in a new issue