thanatos-tshock / Tiled

Provides alternate tile implementations which improve performance and memory usage
GNU General Public License v3.0
14 stars 6 forks source link

Incompatible with Protector #1

Closed dark22 closed 7 years ago

dark22 commented 7 years ago

This is amazing!

But unfortunately there is an incompatibility with the CoderCow Protector (PluginCommonLibrary) even using 2D provider.

Would there be a possibility of a compatible version?

thanatos-tshock commented 7 years ago

@dark22 I'm glad you like this plugin. Unfortunately that's something CoderCow will need to address as the project you linked references the old Terraria.Tile implementation rather than the OTAPI.Tile.ITile interface. Once CoderCow swaps out Tile with ITile it should work just fine.

I would recommend creating an issue over there to raise this incompatibility.