Started by
AcidGosling
on
Topic category: Help with MCreator software
I make a fishing mod, and I have done much fish, modifying the fishing loot tables. I also have a "loot crate" pretty much the same in the terraria. Basically I want to spawn gems based on loot tables.
I can make the crates as items or blocks, it doesn't matter. what it must do is; as an item, it must spawn gems based on the loot table "crate" and destroy the item. as a block, drop gems based on the loot tables. I can edit the loot tables, it doesnt matter.
any help is welcome.
ok, I just made the block place a chest with loot and destroy it immediately. for the break event, if the block above has a material of air, it spawns the chest. if it's not, the block places itself again.
issue solved