PilzAdam

Results 9 comments of PilzAdam

> Moreover, there is no reasonable use case for more than one itembar. I guess you can come up with one yourself, if you really tried. Remember that this an...

Making carts `physical=true` would most likely break movement on slopes.

Why? Do we use any other functionality that makes it unusable for versions of Minetest that used minetest.env?

Make your roofs 3 blocks high ;-) I guess I could check if there is enough space before entering the cart (so it doesnt even allow you to enter it...

I guess you just need to change the 5 in this line: https://github.com/PilzAdam/carts/blob/master/init.lua#L33 (5 means 0.5 nodes)

1st commit: See my forum post. 2nd commit: the jump function should be added to the mob table, so you can simply call self:jump() (like set_velocity()). 3rd commit: Good idea.

I noticed that the background images of the headers in other pages than home are 1920x1080, although you can only see a small part of it (e.g. in the community...

@est31 no it's not. Usually the top tile of the water is not visible when a solid node is above it, so it's not added to the mesh. This needs...

@Rui914 yes, probably; the if should contain `or wavingShaderEnabled` or something like that.