-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The network transmitter now has an indicator on the block state whether the connection with the receiver is active. With not enough energy, it's inactive. Without network card or without connection, it's in errored state. Otherwise, it's in active state. The network transmitter will actively retry to reconnect if the connection is lost (for example due to chunk unloading).
- Loading branch information
1 parent
c6a0585
commit cb071db
Showing
171 changed files
with
2,548 additions
and
64 deletions.
There are no files selected for viewing
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
13 changes: 13 additions & 0 deletions
13
...src/generated/resources/assets/refinedstorage2/blockstates/black_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/black" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
.../src/generated/resources/assets/refinedstorage2/blockstates/blue_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/blue" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...src/generated/resources/assets/refinedstorage2/blockstates/brown_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/brown" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
.../src/generated/resources/assets/refinedstorage2/blockstates/cyan_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/cyan" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
.../src/generated/resources/assets/refinedstorage2/blockstates/gray_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/gray" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...src/generated/resources/assets/refinedstorage2/blockstates/green_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/green" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...enerated/resources/assets/refinedstorage2/blockstates/light_gray_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/light_gray" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
.../src/generated/resources/assets/refinedstorage2/blockstates/lime_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/lime" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...c/generated/resources/assets/refinedstorage2/blockstates/magenta_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/magenta" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ommon/src/generated/resources/assets/refinedstorage2/blockstates/network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/light_blue" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...rc/generated/resources/assets/refinedstorage2/blockstates/orange_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/orange" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
.../src/generated/resources/assets/refinedstorage2/blockstates/pink_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/pink" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...rc/generated/resources/assets/refinedstorage2/blockstates/purple_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/purple" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...n/src/generated/resources/assets/refinedstorage2/blockstates/red_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/red" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...src/generated/resources/assets/refinedstorage2/blockstates/white_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/white" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...rc/generated/resources/assets/refinedstorage2/blockstates/yellow_network_transmitter.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"state=active": { | ||
"model": "refinedstorage2:block/network_transmitter/yellow" | ||
}, | ||
"state=error": { | ||
"model": "refinedstorage2:block/network_transmitter/error" | ||
}, | ||
"state=inactive": { | ||
"model": "refinedstorage2:block/network_transmitter/inactive" | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...rc/generated/resources/assets/refinedstorage2/models/block/network_transmitter/black.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/black", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...src/generated/resources/assets/refinedstorage2/models/block/network_transmitter/blue.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/blue", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...rc/generated/resources/assets/refinedstorage2/models/block/network_transmitter/brown.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/brown", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...src/generated/resources/assets/refinedstorage2/models/block/network_transmitter/cyan.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/cyan", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...rc/generated/resources/assets/refinedstorage2/models/block/network_transmitter/error.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/error", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...src/generated/resources/assets/refinedstorage2/models/block/network_transmitter/gray.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/gray", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...rc/generated/resources/assets/refinedstorage2/models/block/network_transmitter/green.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/green", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...generated/resources/assets/refinedstorage2/models/block/network_transmitter/inactive.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/inactive", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...nerated/resources/assets/refinedstorage2/models/block/network_transmitter/light_blue.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/light_blue", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...nerated/resources/assets/refinedstorage2/models/block/network_transmitter/light_gray.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/light_gray", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...src/generated/resources/assets/refinedstorage2/models/block/network_transmitter/lime.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/lime", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
.../generated/resources/assets/refinedstorage2/models/block/network_transmitter/magenta.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/magenta", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...c/generated/resources/assets/refinedstorage2/models/block/network_transmitter/orange.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "refinedstorage2:block/emissive_all_cutout", | ||
"textures": { | ||
"all": "refinedstorage2:block/network_transmitter/base", | ||
"cutout": "refinedstorage2:block/network_transmitter/cutouts/orange", | ||
"particle": "refinedstorage2:block/network_transmitter/base" | ||
} | ||
} |
Oops, something went wrong.