Replies: 3 comments 12 replies
-
Lan servers works perfectly fine, I am curious what about normal severs? There isn't yet any config. I guess currently you can configure this mod only when creating single player worlds. I can implement it if that's ok And what do you mean by |
Beta Was this translation helpful? Give feedback.
-
In regards to the Wrapped Nether system, there are several solutions:
|
Beta Was this translation helpful? Give feedback.
-
Lots of blocks and entities will probably need specific transformations applied to each of them in order to work properly. I am thinking we focus on getting all the major systems above figured out before getting into the nitty-gritty of each specific block or entity. Many of the transformations are quite obvious to implement anyway. They aren't a source of problems, just a time sink. (I do wish that mixins had the capability to target every overrided member of a parent class at once and apply general transformations. Then, we could just selectively exclude child classes from being targeted. If most sub-classes need the transformation and only a few can't use it, it is much less time-consuming to include all and exclude some than exclude all and include most.) |
Beta Was this translation helpful? Give feedback.
-
Currently, many of the main systems have been completed.
There are several major systems yet to even be explored. These major systems are arguably the most complex and difficult to wrap your head around. (ahem, Wrapped Entity Path Finding and Wrapped Chunk Generation)
Main Systems:
Other systems:
Beta Was this translation helpful? Give feedback.
All reactions