forked from BuildCraft/BuildCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A lot of stuff. Like, lots of stuff.
- Loading branch information
Showing
164 changed files
with
1,793 additions
and
488 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
15 changes: 15 additions & 0 deletions
15
buildcraft_resources/assets/buildcraftbuilders/blockstates/architect.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 @@ | ||
{ | ||
"forge_marker":1, | ||
"defaults": { | ||
"model": "buildcraftbuilders:architect" | ||
}, | ||
"variants": { | ||
"facing": { | ||
"east": { "y":90 }, | ||
"south": { "y":180 }, | ||
"west": { "y":270 }, | ||
"north": { "y":0 } | ||
}, | ||
"inventory": [{ "model": "buildcraftbuilders:architect" }] | ||
} | ||
} |
8 changes: 0 additions & 8 deletions
8
buildcraft_resources/assets/buildcraftbuilders/blockstates/architectBlock.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
buildcraft_resources/assets/buildcraftbuilders/blockstates/library.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,11 @@ | ||
{ | ||
"forge_marker":1, | ||
"variants": { | ||
"facing": { | ||
"east": { "model":"buildcraftbuilders:library" }, | ||
"south": { "model":"buildcraftbuilders:library", "y": 90 }, | ||
"west": { "model":"buildcraftbuilders:library", "y": 180 }, | ||
"north": { "model":"buildcraftbuilders:library", "y": 270 } | ||
} | ||
} | ||
} |
11 changes: 0 additions & 11 deletions
11
buildcraft_resources/assets/buildcraftbuilders/blockstates/libraryBlock.json
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
buildcraft_resources/assets/buildcraftbuilders/models/block/architect.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,20 @@ | ||
{ | ||
"parent": "block/cube", | ||
"display": { | ||
"comment": "Taken from block/orientable", | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 135, 0 ], | ||
"translation": [ 0, 0, 0 ], | ||
"scale": [ 0.40, 0.40, 0.40 ] | ||
} | ||
}, | ||
"textures": { | ||
"particle": "buildcraftbuilders:blocks/architect/back", | ||
"down": "buildcraftbuilders:blocks/architect/bottom", | ||
"up": "buildcraftbuilders:blocks/architect/top", | ||
"north": "buildcraftbuilders:blocks/architect/front", | ||
"east": "buildcraftbuilders:blocks/architect/left", | ||
"south": "buildcraftbuilders:blocks/architect/back", | ||
"west": "buildcraftbuilders:blocks/architect/right" | ||
} | ||
} |
12 changes: 0 additions & 12 deletions
12
buildcraft_resources/assets/buildcraftbuilders/models/block/architectTable.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
buildcraft_resources/assets/buildcraftbuilders/models/block/blueprintLibrary.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftbuilders/models/block/buildToolBlock.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftbuilders/models/block/builder/main.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftbuilders/models/block/filler/main.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
20 changes: 20 additions & 0 deletions
20
buildcraft_resources/assets/buildcraftbuilders/models/block/library.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,20 @@ | ||
{ | ||
"parent": "block/cube", | ||
"display": { | ||
"comment": "Taken from block/orientable", | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 135, 0 ], | ||
"translation": [ 0, 0, 0 ], | ||
"scale": [ 0.40, 0.40, 0.40 ] | ||
} | ||
}, | ||
"textures": { | ||
"particle": "buildcraftbuilders:blocks/library/back", | ||
"down": "buildcraftbuilders:blocks/library/bottom", | ||
"up": "buildcraftbuilders:blocks/library/top", | ||
"north": "buildcraftbuilders:blocks/library/front", | ||
"east": "buildcraftbuilders:blocks/library/left", | ||
"south": "buildcraftbuilders:blocks/library/back", | ||
"west": "buildcraftbuilders:blocks/library/right" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftbuilders/models/block/quarry/main.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
Binary file modified
BIN
-40 Bytes
(92%)
...dcraft_resources/assets/buildcraftbuilders/textures/blocks/architect/bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
buildcraft_resources/assets/buildcraftbuilders/textures/blocks/architect/top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
buildcraft_resources/assets/buildcraftcore/guide/item/gear_wood.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,9 @@ | ||
{ | ||
"title": "Wooden Gear", | ||
"customTypes": { | ||
"mod": "BuildCraft", | ||
"submod": "BC Core", | ||
"era": "Wooden Era", | ||
"type": "Gears" | ||
} | ||
} |
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
buildcraft_resources/assets/buildcraftcore/guide/item/woodenGearItem.md.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftcore/models/block/eternalSpring.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftcore/models/item/guide.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,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "items/book_writable" | ||
"layer0": "buildcraftcore:items/guide_book" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
buildcraft_resources/assets/buildcraftcore/models/item/map_location/path_repeating.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,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "buildcraftcore:items/map/path_repeating" | ||
} | ||
} |
Binary file added
BIN
+448 Bytes
buildcraft_resources/assets/buildcraftcore/textures/items/guide_book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+253 Bytes
buildcraft_resources/assets/buildcraftcore/textures/items/map/path_repeating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions
5
buildcraft_resources/assets/buildcraftfactory/blockstates/autoWorkbenchBlock.json
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
buildcraft_resources/assets/buildcraftfactory/blockstates/autoworkbench_item.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,5 @@ | ||
{ | ||
"variants": { | ||
"normal": { "model": "buildcraftfactory:autoworkbench_item" } | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ftfactory/models/block/autoWorkbench.json → ...tory/models/block/autoworkbench_item.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/floodGate.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/miningWell.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/mining_well/main.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/pump/main.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/pump_done.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/pump_off.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
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftfactory/models/block/pump_on.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
10 changes: 0 additions & 10 deletions
10
buildcraft_resources/assets/buildcraftfactory/models/item/autoWorkbenchBlock.json
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
buildcraft_resources/assets/buildcraftfactory/models/item/autoworkbench_item.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,3 @@ | ||
{ | ||
"parent": "buildcraftfactory:block/autoworkbench_item" | ||
} |
10 changes: 0 additions & 10 deletions
10
buildcraft_resources/assets/buildcraftfactory/models/item/autoworkbenchblock.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
buildcraft_resources/assets/buildcraftrobotics/models/block/requester.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
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
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.