nerf wifi
This commit is contained in:
parent
b4a0c4a20a
commit
6274c6781f
|
|
@ -9,6 +9,8 @@ if(enabledMods.includes(libraryMod)) {
|
||||||
_channel: 0,
|
_channel: 0,
|
||||||
_correspondingWifi: null,
|
_correspondingWifi: null,
|
||||||
},
|
},
|
||||||
|
hardness: 0.8,
|
||||||
|
breakInto: ["plastic","steel","copper"],
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
insulate: true,
|
insulate: true,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
@ -66,6 +68,8 @@ if(enabledMods.includes(libraryMod)) {
|
||||||
_channel: 0,
|
_channel: 0,
|
||||||
_correspondingWifi: null,
|
_correspondingWifi: null,
|
||||||
},
|
},
|
||||||
|
hardness: 0.8,
|
||||||
|
breakInto: ["plastic","steel","copper"],
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
insulate: true,
|
insulate: true,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
@ -122,6 +126,8 @@ if(enabledMods.includes(libraryMod)) {
|
||||||
properties: {
|
properties: {
|
||||||
_channel: 0,
|
_channel: 0,
|
||||||
},
|
},
|
||||||
|
hardness: 0.8,
|
||||||
|
breakInto: ["plastic","steel","copper"],
|
||||||
conduct: 1,
|
conduct: 1,
|
||||||
insulate: true,
|
insulate: true,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue