Make the new cactus block craft the cactus arm instead of the old one. (#1694)

fixes #1693
This commit is contained in:
OneAvargeCoder193 2025-07-20 03:49:38 -04:00 committed by GitHub
parent bd5ea763cb
commit 32760169f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@
.output = "cubyz:sign/willow", .output = "cubyz:sign/willow",
}, },
.{ .{
.inputs = .{"cubyz:cactus"}, .inputs = .{"cubyz:log/cactus"},
.output = "2 cubyz:cactus_arm", .output = "2 cubyz:cactus_arm",
}, },
.{ .{