Roguelike Dungeons -- Fnar's Edition

Roguelike Dungeons -- Fnar's Edition

17M Downloads

Furnaces always generate empty?

KameiB opened this issue ยท 0 comments

commented

Am I tripping, or the Furnace inside the BedRoomRoom always generates empty, even when the code says it should generate with 2+ Coals inside?

worldEditor.setItem(furnace, WorldEditor.FURNACE_FUEL_SLOT, coal);

I was trying to hide some sneaky beans inside a furnace with Mixin magic, but it seems like none of the 3 slots can be filled with an item.
.

Bonus bug (?): I think the same applies with Brewing stands, like the one in B-Team's Hideout.

worldEditor.setItem(cursor, BrewingStand.Slot.MIDDLE, PotionMixture.getPotionAsRldItemStack(random(), PotionMixture.MOONSHINE));

This is the Brewing stand's block data for reference.