1 decade ago by SlouchCouch
I have commit '2453fe4d673edd5e07d02e75e4d420c84cae5c04' for 1.9.
an object with bounciness > 0 will never be in a standing state on slopes. the logic that makes something standing on slopes is on line 145 through 147 of entity.js, but this logic doesn't get applied if bounciness > 0 (line 131 of entity.js) regardless if the object is done 'bouncing' or not.
an object with bounciness > 0 will never be in a standing state on slopes. the logic that makes something standing on slopes is on line 145 through 147 of entity.js, but this logic doesn't get applied if bounciness > 0 (line 131 of entity.js) regardless if the object is done 'bouncing' or not.