1
0
ミラー元 https://github.com/mt-mods/unifieddyes.git 前回の同期 2026-01-07 18:05:30 +01:00

Fixed yield for crafted dyes.

Fix a bug that caused multiple inconsistent recipes to appear
(identical dye resources gave different dye output quantity).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
このコミットが含まれているのは:
Michal Cieslakiewicz
2019-02-07 10:08:04 +01:00
コミット 667bce80b9

ファイルの表示

@@ -1431,7 +1431,7 @@ for _,i in ipairs(unifieddyes.base_color_crafts) do
minetest.register_craft( {
type = "shapeless",
output = "dye:"..j[1]..color..j[2].." "..yield,
output = "dye:"..j[1]..color..j[2].." "..j[6],
recipe = {
"dye:"..color,
firstdye,