Skip to content

Commit 4c08474

Browse files
authored
Merge pull request #15 from Chaoticans-mindustry-modding-team/NEWUPDATEXDUWU
Newupdatexduwu
2 parents 6d3e8a6 + e1bc186 commit 4c08474

File tree

447 files changed

+2143
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

447 files changed

+2143
-251
lines changed

content/blocks/distribution/borderless-sorter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"size": 1,
66
"alwaysUnlocked": true,
77
"requirements": [
8-
"copper/6"
8+
"copper/2",
9+
"lead/2"
910
],
1011
"category": "distribution",
1112
"research": {

content/blocks/distribution/colossal-inverted-sorter.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"invert": true,
77
"alwaysUnlocked": true,
88
"requirements": [
9-
"copper/6"
9+
"copper/3",
10+
"lead/3",
11+
"titanium/2"
1012
],
1113
"category": "distribution",
1214
"research": {

content/blocks/distribution/colossal-item-source.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"health": 600,
55
"size": 3,
66
"alwaysUnlocked": true,
7-
"requirements": [
8-
"copper/6"
9-
],
7+
"requirements": [],
108
"category": "distribution",
119
"research": {
1210

content/blocks/distribution/colossal-liquid-source.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"health": 600,
55
"size": 3,
66
"alwaysUnlocked": true,
7-
"requirements": [
8-
"copper/6"
9-
],
7+
"requirements": [],
108
"category": "liquid",
119
"research": {
1210

content/blocks/distribution/colossal-sorter.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"size": 3,
66
"alwaysUnlocked": true,
77
"requirements": [
8-
"copper/6"
8+
"copper/3",
9+
"lead/3",
10+
"titanium/2"
911
],
1012
"category": "distribution",
1113
"research": {

content/blocks/distribution/large-inverted-sorter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"invert": true,
77
"alwaysUnlocked": true,
88
"requirements": [
9-
"copper/6"
9+
"copper/3",
10+
"lead/3"
1011
],
1112
"category": "distribution",
1213
"research": {

content/blocks/distribution/large-item-source.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"health": 600,
55
"size": 2,
66
"alwaysUnlocked": true,
7-
"requirements": [
8-
"copper/6"
9-
],
7+
"requirements": [],
108
"category": "distribution",
119
"research": {
1210

content/blocks/distribution/large-liquid-source.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"health": 600,
55
"size": 2,
66
"alwaysUnlocked": true,
7-
"requirements": [
8-
"copper/6"
9-
],
7+
"requirements": [],
108
"category": "liquid",
119
"research": {
1210

content/blocks/distribution/large-sorter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"size": 2,
66
"alwaysUnlocked": true,
77
"requirements": [
8-
"copper/6"
8+
"copper/3",
9+
"lead/3"
910
],
1011
"category": "distribution",
1112
"research": {

content/blocks/distribution/liquid-block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"size": 1,
66
"alwaysUnlocked": true,
77
"requirements": [
8-
"copper/6"
8+
"metaglass/1"
99
],
1010
"category": "liquid",
1111
"research": {

0 commit comments

Comments
 (0)