The bug
You can no longer produce cactus green from cacti as of snapshot 18w06a.
Linked issues
is duplicated by 14
Attachments
Comments 10
Fairly annoying bug for survival; because of the exclusivity of green dye being tied to cactus (not appearing in any loot tables), we effectively lost a spectrum of color; Cyan, Green, and Light Green. While obviously not game breaking, I really hope priority is given to this bug soon.
Adding this to data pack should fix:
{
"type": "smelting",
"ingredient": {
"item": "minecraft:cactus"
},
"result": "minecraft:cactus_green",
"experience": 0.2,
"cookingtime": 200
}
Thanks, Hayden!
For reference, what I did was open a text editor and make a new file with the contents Hayden posted. I saved that as cactus_green.json, then I placed it into the server.jar for 18w11a snapshot, and placed it into data/minecraft/recipes. It's confirmed working here. Seems like an easy thing the devs could do...
@@unknown, what you are describing sounds like MCPE-42497.
However this report here is for the Java Edition. Please do not comment on similar reports of other projects, but search instead.
Any idea when this might be handled? I really want green in my game!