nerf wifi

This commit is contained in:
An Orbit 2023-05-07 16:08:02 -04:00 committed by GitHub
parent b4a0c4a20a
commit 6274c6781f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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) {