-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted all rocket changes but left machine changes
decided to leave rocket code as is because rebuilding everything from scratch was painful. just going to build ontop of the already implemented system
- Loading branch information
1 parent
90f54b5
commit 2611ae7
Showing
32 changed files
with
198 additions
and
108 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
src/main/generated/assets/galacticraft/blockstates/oxygen_sealer.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/galacticraft/blockstates/rocket_workbench.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,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "galacticraft:block/rocket_workbench" | ||
"model": "galacticraft:machine/rocket_workbench" | ||
} | ||
} | ||
} |
3 changes: 0 additions & 3 deletions
3
src/main/generated/assets/galacticraft/models/item/oxygen_sealer.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"sprites": { | ||
"sprite": "galacticraft:block/electric_arc_furnace" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...acticraft/models/machine/food_canner.json → ...acticraft/models/machine/food_canner.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,8 +1,8 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"front": "galacticraft:block/food_canner", | ||
"back": "galacticraft:block/food_canner_back", | ||
"front": "galacticraft:block/food_canner", | ||
"sided": true | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...acticraft/models/machine/fuel_loader.json → ...acticraft/models/machine/fuel_loader.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,8 +1,8 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"front": "galacticraft:block/fuel_loader_controls", | ||
"back": "galacticraft:block/fuel_loader_controls", | ||
"front": "galacticraft:block/fuel_loader_controls", | ||
"sided": false | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ls/machine/oxygen_bubble_distributor.json → ...ls/machine/oxygen_bubble_distributor.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,6 +1,7 @@ | ||
{ | ||
"machinelib:generate": "machinelib:single", | ||
"sprites": { | ||
"particle": "galacticraft:block/oxygen_bubble_distributor", | ||
"sprite": "galacticraft:block/oxygen_bubble_distributor" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/galacticraft/models/machine/oxygen_collector.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,7 @@ | ||
{ | ||
"machinelib:generate": "machinelib:single", | ||
"sprites": { | ||
"particle": "galacticraft:block/oxygen_collector", | ||
"sprite": "galacticraft:block/oxygen_collector" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...aft/models/machine/oxygen_compressor.json → ...aft/models/machine/oxygen_compressor.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,8 +1,8 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"front": "galacticraft:block/oxygen_compressor", | ||
"back": "galacticraft:block/oxygen_compressor_back", | ||
"front": "galacticraft:block/oxygen_compressor", | ||
"sided": true | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...t/models/machine/oxygen_decompressor.json → ...t/models/machine/oxygen_decompressor.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,8 +1,8 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"back": "galacticraft:block/oxygen_decompressor_back", | ||
"front": "galacticraft:block/oxygen_decompressor", | ||
"back": "galacticraft:block/oxygen_compressor_back", | ||
"sided": true | ||
} | ||
} |
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
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/galacticraft/models/machine/oxygen_storage_module.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 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"back": "galacticraft:block/oxygen_storage_model_8", | ||
"front": "galacticraft:block/oxygen_storage_model_8", | ||
"sided": false | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/generated/assets/galacticraft/models/machine/refinery.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 @@ | ||
{ | ||
"machinelib:generate": "machinelib:z_axis", | ||
"sprites": { | ||
"back": "galacticraft:block/refinery_back", | ||
"front": "galacticraft:block/refinery_front", | ||
"sided": true | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/generated/assets/galacticraft/models/machine/rocket_workbench.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,15 @@ | ||
{ | ||
"machinelib:generate": "machinelib:front_face", | ||
"sprites": { | ||
"sprite": "galacticraft:block/refinery_front" | ||
}, | ||
"textures": { | ||
"down": "galacticraft:block/machine_side", | ||
"east": "galacticraft:block/machine_side", | ||
"north": "galacticraft:block/machine_side", | ||
"particle": "galacticraft:block/machine_side", | ||
"south": "galacticraft:block/machine_side", | ||
"up": "galacticraft:block/machine_side", | ||
"west": "galacticraft:block/machine_side" | ||
} | ||
} |
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
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
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
Oops, something went wrong.