mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 06:03:50 +02:00
blocks dont collide when held
This commit is contained in:
parent
744da64c50
commit
786e241a29
2 changed files with 7 additions and 0 deletions
|
@ -1366,7 +1366,11 @@
|
|||
userData: JSON.stringify({
|
||||
resetMe: {
|
||||
resetMe: true
|
||||
},
|
||||
grabbableKey; {
|
||||
invertSolidWhileHeld: true
|
||||
}
|
||||
|
||||
})
|
||||
});
|
||||
|
||||
|
|
|
@ -1346,6 +1346,9 @@ MasterReset = function() {
|
|||
userData: JSON.stringify({
|
||||
resetMe: {
|
||||
resetMe: true
|
||||
},
|
||||
grabbableKey: {
|
||||
invertSolidWhileHeld: true
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue