I want to only have Celeste/Everest entities show up when I search entities in Lonn, since I am trying not to use any helpers in my map. This mostly works when I check View -> Dependencies Only, and my only dependency is Everest (under Map -> Dependencies). However I also see entities from Jungle Helper when searching, even though I did not add it as a dependency for my mod or include any entities from it in my map. (This is even after I disabled jungle helper in everest.) I guess I'll try deleting jungle helper entirely, but i'm wondering if anyone else can reproduce this.
#Dependencies Only not working fully in Lonn
6 messages · Page 1 of 1 (latest)
that'd be because jungle helper does some highly dubious stuff to add these directly to the registered entities instead of returning them as normal placements 
hi @ionic kraken is there a reason these aren't just normal placements? https://github.com/maddie480/JungleHelper/blob/master/Loenn/entities/spikes.lua
is that a thing you can do? 
like, having a plugin identify itself as a vanilla entity and adding placements to it
oh hm I think I misread the structure of the plugins last night. @brittle finch what would be the recommended way to do this?