Reply To: PK's Giant List of Things

Home Forums General [outdated] Giant List of Things Reply To: PK's Giant List of Things

#3004
PseudoKnight
Member

Dec 18th
– Finished up the survival Christmas tree.

Dec 19th
– Added craftable snow! Two snowballs side-by-side will return 2 snow layers. (i went back to my original value so people can’t replicate the process to dupe snow) You can then place them on top of each other in the world. Four or more have a collision box like a snow half-slab. (it looks a bit glitchy when you stack them, but that’s client-side prediction that I can’t control unfortunately)
– In order to prevent stacking snow in non-member regions, I added a dirty _can_build() check in CommandHelper. It doesn’t respect groups, flags or parents, but only the first one will be a big issue. There’s currently no way to return groups for regions, but I’ve requested it… months ago.