I have been fiddling with making an item to place the natural version of dungeon walls.
My item is working, but I think it is still placing player placed versions of dungeon walls as no dungeon guardians have come to ruin my testing yet. (testing on a world with no skeletron defeated)
Making Items to place natural walls
My item is working, but I think it is still placing player placed versions of dungeon walls as no dungeon guardians have come to ruin my testing yet. (testing on a world with no skeletron defeated)
Code:
using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace BetterBoneWelder.Items.Placeable { public class BlueDungeonBrickNatural : ModItem { public override void...