NucleoidMC / fantasy

Library to support creating dimensions at runtime
GNU Lesser General Public License v3.0
95 stars 26 forks source link

Q: forge port/equivalent #53

Open walksanatora opened 2 months ago

walksanatora commented 2 months ago

I am making a xplat mod and one of the features (regenning parts of world) would be alot easier if I could make dims at runtime. for either temporary. or persistent (eg: a structure was loaded into the "copy" world so the reset ability would restore said structure)

(this also leads me to another question. is there a way to "upgrade" a temporary world to a persistent world?)

walksanatora commented 2 months ago

okay so after slightly tweaking (made my own TriState class and using @ExpectPlatform for events) it works! image

walksanatora commented 2 months ago

https://github.com/walksanatora/dream

walksanatora commented 2 months ago

ofc... I think I messed something up... it appears my "dreams" are not being ticked?... oh wait it would help if I used the right event