ryyanmapes / minecart-mod

An open-source Minecraft mod for 1.16.5 adding new options for rail networks.
https://www.curseforge.com/minecraft/mc-mods/more-minecarts
Other
14 stars 15 forks source link

Chunk Loaders do not work. #59

Closed indecisiveCuriosity closed 2 years ago

indecisiveCuriosity commented 2 years ago

Chunk Loaders and Chunk Loader Carts do not work in the 1.18.1 version. On Forge 39.0.

ryyanmapes commented 2 years ago

They seemed to work fine when I tested them. What dimension are you using them in, and how do you know something is going wrong?

indecisiveCuriosity commented 2 years ago

I attempted to use them in the overworld, and had two tests. The first was a minecart track going outside of player chunk loading range with a loop at the end. The second was placing a chunk loader by a furnace and exiting player chunk loading range, then returning after a few minutes. I attempted it with other mods loaded as well as standalone, only having More Minecarts and Rails.

ryyanmapes commented 2 years ago

Just to make sure, they were powered on and fueled?

indecisiveCuriosity commented 2 years ago

Yes. I made sure they were fueled and tested both powered on and unpowered in the case I was mistaking which state was which.

ryyanmapes commented 2 years ago

Are you playing on a server? I'm going to look into this.

ryyanmapes commented 2 years ago

Alright, I've fixed this issue on my end, and the fix will be up within the next 24 hours. Side note, to whom it may concern: 'registerTickingTicket' and 'addRegionTicket' are swapped and misnamed currently in the 1.18.1 Forge codebase. Until this is fixed, modders will have to feed the opposite boolean value into the 'ticking' parameter than they would expect.