chore: alpha

This commit is contained in:
cha0s 2019-12-22 05:08:51 -06:00
parent 0bbc838359
commit a284cd343e

View File

@ -149,19 +149,6 @@ export function rockProjectileJSON() {
isSensor: true, isSensor: true,
}, },
}, },
harmful: {
params: {
harmSpecs: [
{
affinity: AFFINITY_NONE,
knockback: 500,
lock: 1,
power: 50,
variance: 0.1,
},
],
},
},
directional: { directional: {
params: { params: {
directionCount: 4, directionCount: 4,
@ -200,6 +187,19 @@ export function rockProjectileJSON() {
name: 'Rock (projectile)', name: 'Rock (projectile)',
}, },
}, },
harmful: {
params: {
harmSpecs: [
{
affinity: AFFINITY_NONE,
knockback: 500,
lock: 0,
power: 50,
variance: 0.1,
},
],
},
},
layered: {}, layered: {},
listed: {}, listed: {},
mobile: { mobile: {