add magenta dye to list of dyes

This commit is contained in:
wsor4035
2024-08-09 18:59:07 -04:00
parent 688f12a970
commit 1ed14f9410
3 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ local materials = {
dye_orange = "mcl_dyes:orange",
dye_pink = "mcl_dyes:pink",
dye_cyan = "mcl_dyes:cyan",
dye_magenta = "mcl_dyes:magenta",
silicon = "mcl_core:iron_ingot",
string = "mcl_mobitems:string",
paper = "mcl_core:paper",