Thutmose

Results 267 comments of Thutmose

Is the command event fired when the command is run from server console? If so you can check if it is a /say command and then forward the arguments given...

Yes, the issue is in deciding on the optimal way to implement those behaviours. For the splash effect for example, vanilla does it as follows: ```java if (this.getVehicle() instanceof Boat)...

enter/exit methods would be sufficient, along with I guess the mod adding some way to track the previous state of the mob. for the sounds, that can be done by...

It is fine, it was explained in the discord channel, and I agree with the reasons given there. I generally am curious as to why things are done in certain...

workaround for now: in thutcore.cfg, turn multithreadedAI to false, seems that being on broke in 1.12.2, and I have not had time to fix it yet.

I am waiting on some templates for gym buildings so I can test the gym worldgen code, it is mostly coded but not tested

By default there are 2 trainers every 128 blocks or so, you can increase their numbers by changing trainerBox in pokecube_adventures to a smaller number

that looks like a meteor hit a bit too close to spawn, it won't happen again on that world near there, you can disable meteors in configs, iirc it is...

I don't make the models, so I use whatever models that are submitted, so long as they fit the general theme of being blockly

you can always make a better model and send it in if you don't like those ones