-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
a585dff
commit 1d478eb
Showing
12 changed files
with
984 additions
and
984 deletions.
There are no files selected for viewing
220 changes: 110 additions & 110 deletions
220
common/src/main/resources/data/valkyrienskies/vs_mass/1_18_blocks.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
common/src/main/resources/data/valkyrienskies/vs_mass/computercraft.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
[ | ||
{ | ||
"block": "computercraft:computer_advanced", | ||
"mass": 15395.0 | ||
"mass": 1535.0 | ||
}, | ||
{ | ||
"block": "computercraft:turtle_advanced", | ||
"mass": 15795.0 | ||
"mass": 1575.0 | ||
}, | ||
{ | ||
"block": "computercraft:monitor_advanced", | ||
"mass": 15245.0 | ||
"mass": 1525.0 | ||
}, | ||
{ | ||
"block": "computercraft:wireless_modem_advanced", | ||
"mass": 15250.0 | ||
"mass": 1525.0 | ||
}, | ||
{ | ||
"block": "computercraft:computer_normal", | ||
"mass": 3150 | ||
"mass": 315.0 | ||
}, | ||
{ | ||
"block": "computercraft:turtle_normal", | ||
"mass": 3600.0 | ||
"mass": 360.0 | ||
}, | ||
{ | ||
"block": "computercraft:monitor_normal", | ||
"mass": 3200.0 | ||
"mass": 320.0 | ||
}, | ||
{ | ||
"block": "computercraft:wired_modem_full", | ||
"mass": 3300.0 | ||
"mass": 330.0 | ||
}, | ||
{ | ||
"block": "computercraft:cable", | ||
"mass": 160.0 | ||
"mass": 15.0 | ||
}, | ||
{ | ||
"block": "computercraft:printer", | ||
"mass": 3150.0 | ||
"mass": 315.0 | ||
}, | ||
{ | ||
"block": "computercraft:speaker", | ||
"mass": 4350.0 | ||
"mass": 435.0 | ||
}, | ||
{ | ||
"block": "computercraft:disk_drive", | ||
"mass": 3300.0 | ||
"mass": 330.0 | ||
} | ||
] |
Oops, something went wrong.