OpenModularTurretsTeam / OpenModularTurrets

Repo for OpenModularTurrets.
https://minecraft.curseforge.com/projects/openmodularturrets
Other
51 stars 35 forks source link

issue with fence #163

Closed aidancrazywierd closed 9 years ago

aidancrazywierd commented 9 years ago

diamond pickaxe breaks obsidian tier 5 fence but the fence doesnt drop to be picked up again.

Utildayael commented 9 years ago

This also seems to happen with Mekanism Paxels. Fence breaks but doesn't drop the fence. [all tiers]

Keridos commented 9 years ago

Does this only happen with the tier 5 fence?

/edit: This seems to be wanted by @Poenjabiesous so that no one can get it back, because here we cannot validate if the player destroying it is the one who placed it. ???

Utildayael commented 9 years ago

All tiers for the Mekanism paxel issue.

aidancrazywierd commented 9 years ago

all tiers with any pickaxe.

ALSO, can you maybe just make it so the person who places the fence can only break the fence, like you did with the turrets ? Or maybe poenjabiesous can just claim his land with factions or towny in servers if he doesnt want people taking his fences

Verniel commented 9 years ago

Thats not possible with normal blocks. You cant really store information in it, and all blocks on the map are a singleton of the same block class. The only way to do this is to involve tile entities, and binding one to a block that will be used a lot, is a very bad idea performance wise.

aidancrazywierd commented 9 years ago

hm, ok.

Verniel commented 9 years ago

I will however check why they don't drop, that's not correct.