-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dac6bca
commit 92b0108
Showing
28 changed files
with
155 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"block.chiseldecor.unused.wool.what": "Block of Unknown", | ||
"block.chiseldecor.unused.stone.wax": "Wax Block", | ||
"block.chiseldecor.unused.planks-spruce.fishbarrel": "Fish Barrel", | ||
"block.chiseldecor.unused.stone.grimstone": "Grimstone", | ||
"block.chiseldecor.unused.oak_planks.black": "Black Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.blue": "Blue Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.brown": "Brown Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.cyan": "Cyan Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.gray": "Gray Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.green": "Green Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.lightblue": "Light Blue Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.lightgray": "Light Gray Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.lime": "Lime Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.magenta": "Magenta Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.orange": "Orange Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.pink": "Pink Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.purple": "Purple Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.red": "Red Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.white": "White Oak Planks", | ||
"block.chiseldecor.unused.oak_planks.yellow": "Yellow Oak Planks" | ||
"block.chiseldecor.unused.sandstone-scribbles.draw1": "Sandstone Scribble 1" | ||
"block.chiseldecor.unused.sandstone-scribbles.draw2": "Sandstone Scribble 2" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 @@ | ||
{ | ||
"name": "planks-spruce/fishbarrel", | ||
"settings": { | ||
"imitate": "minecraft:oak_planks" | ||
}, | ||
"items_to_include": [ | ||
"minecraft:spruce_planks" | ||
], | ||
"tags_to_include": [ | ||
"c:spruce_planks" | ||
], | ||
"variants": { | ||
"new": [ | ||
{ | ||
"names": [ | ||
"fishbarrel" | ||
], | ||
"transparent": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "planks-oak", | ||
"settings": { | ||
"imitate": "minecraft:oak_planks" | ||
}, | ||
"items_to_include": [ | ||
"minecraft:oak_planks" | ||
], | ||
"tags_to_include": [ | ||
"c:oak_planks" | ||
], | ||
"variants": { | ||
"new": [ | ||
{ | ||
"names": [ | ||
"black", | ||
"blue", | ||
"brown", | ||
"cyan", | ||
"gray", | ||
"green", | ||
"lightblue", | ||
"lightgray", | ||
"lime", | ||
"magenta", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"white", | ||
"yellow" | ||
], | ||
"transparent": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "sandstone-scribbles", | ||
"settings": { | ||
"imitate": "minecraft:sandstone" | ||
}, | ||
"items_to_include": [ | ||
"minecraft:sandstone" | ||
], | ||
"tags_to_include": [ | ||
"c:sandstone" | ||
], | ||
"variants": { | ||
"new": [ | ||
{ | ||
"names": [ | ||
"draw1", | ||
"draw2" | ||
], | ||
"transparent": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "stone", | ||
"settings": { | ||
"imitate": "minecraft:stone" | ||
}, | ||
"items_to_include": [ | ||
"minecraft:stone", | ||
"minecraft:smooth_stone", | ||
"minecraft:stone_bricks", | ||
"minecraft:cracked_stone_bricks", | ||
"minecraft:chiseled_stone_bricks" | ||
], | ||
"tags_to_include": [ | ||
"c:grey_stones" | ||
], | ||
"variants": { | ||
"new": [ | ||
{ | ||
"names": [ | ||
"wax", | ||
"grimstome" | ||
], | ||
"transparent": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "wool", | ||
"settings": { | ||
"imitate": "minecraft:white_wool" | ||
}, | ||
"items_to_include": [ | ||
"minecraft:white_wool" | ||
], | ||
"tags_to_include": [ | ||
"c:white_wool" | ||
], | ||
"variants": { | ||
"new": [ | ||
{ | ||
"names": [ | ||
"what" | ||
], | ||
"transparent": false | ||
} | ||
] | ||
} | ||
} |