Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nullified33 authored Mar 3, 2021
1 parent dac6bca commit 92b0108
Show file tree
Hide file tree
Showing 28 changed files with 155 additions and 0 deletions.
24 changes: 24 additions & 0 deletions unused/lang/en_us.json
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"
}
Binary file added unused/textures/planks-oak/black.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 unused/textures/planks-oak/blue.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 unused/textures/planks-oak/brown.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 unused/textures/planks-oak/cyan.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 unused/textures/planks-oak/gray.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 unused/textures/planks-oak/green.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 unused/textures/planks-oak/lightblue.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 unused/textures/planks-oak/lightgray.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 unused/textures/planks-oak/lime.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 unused/textures/planks-oak/magenta.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 unused/textures/planks-oak/orange.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 unused/textures/planks-oak/pink.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 unused/textures/planks-oak/purple.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 unused/textures/planks-oak/red.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 unused/textures/planks-oak/white.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 unused/textures/planks-oak/yellow.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 unused/textures/planks-spruce/fishbarrel.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 unused/textures/sandstone-scribbles/draw1.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 unused/textures/sandstone-scribbles/draw2.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 unused/textures/stone/grimstone.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 unused/textures/stone/wax.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 unused/textures/wool/what.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions unused/types/fishbarrel.json
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
}
]
}
}
37 changes: 37 additions & 0 deletions unused/types/planks-oak.json
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
}
]
}
}
23 changes: 23 additions & 0 deletions unused/types/sandstone-scribbles.json
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
}
]
}
}
27 changes: 27 additions & 0 deletions unused/types/stone.json
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
}
]
}
}
22 changes: 22 additions & 0 deletions unused/types/wool/what.json
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
}
]
}
}

0 comments on commit 92b0108

Please sign in to comment.