Add shapeless recipe to glowing dye (#3095)

Signed-off-by: Sakura <sakura.kitsurugi@proton.me>
This commit is contained in:
Sakura
2026-02-19 08:12:31 +02:00
committed by GitHub
parent 0ca6bf25f7
commit 896ceb7b7f

View File

@@ -1001,6 +1001,12 @@ const registerMinecraftRecipes = (event) => {
.itemOutputs('minecraft:glow_ink_sac')
.duration(40)
.EUt(GTValues.VA[GTValues.LV])
event.shapeless("minecraft:glow_ink_sac", [
"minecraft:glowstone_dust",
"minecraft:glowstone_dust",
"#forge:dyes"])
.id("tfg:shapeless/glow_ink_sac");
//#endregion