Skip to content

Commit

Permalink
logs and nether stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Feb 23, 2021
1 parent 038d0d4 commit ac06c8c
Show file tree
Hide file tree
Showing 146 changed files with 755 additions and 411 deletions.

This file was deleted.

Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions src/assets/minecraft/blockstates/netherrack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "block/netherrack"
}
}
}
34 changes: 34 additions & 0 deletions src/assets/minecraft/models/block/crimson_nylium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "block/netherrack",
"bottom": "block/netherrack",
"top": "block/crimson_nylium",
"side": "block/netherrack",
"overlay": "block/crimson_nylium_side_overlay"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" }
}
}
]
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/block/spruce_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/spruce_wood",
"side": "block/spruce_wood"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/block/stripped_acacia_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/stripped_acacia_wood",
"side": "block/stripped_acacia_wood"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/block/stripped_birch_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/stripped_birch_wood",
"side": "block/stripped_birch_wood"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/stripped_crimson_hyphae",
"side": "block/stripped_crimson_hyphae"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/block/stripped_warped_hyphae.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/stripped_warped_hyphae",
"side": "block/stripped_warped_hyphae"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_button.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button_inventory",
"textures": {
"texture": "block/stripped_warped_wood_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_button_pressed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_gate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_gate_open.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_gate_wall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_inventory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "block/stripped_warped_wood_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_post.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_fence_side.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
34 changes: 34 additions & 0 deletions src/assets/minecraft/models/block/warped_nylium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "block/netherrack",
"bottom": "block/netherrack",
"top": "block/warped_nylium",
"side": "block/netherrack",
"overlay": "block/warped_nylium_side_overlay"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" }
}
}
]
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/block/warped_pressure_plate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"texture": "block/stripped_warped_wood"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/bone_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/bone_block",
"textures": {
"end": "block/bone_block_top_inventory",
"side": "block/bone_block_side_inventory"
}
}
9 changes: 9 additions & 0 deletions src/assets/minecraft/models/item/crimson_nylium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "block/crimson_nylium",
"textures": {
"bottom": "block/netherrack_inventory",
"top": "block/crimson_nylium_inventory",
"side": "block/netherrack_inventory",
"overlay": "block/crimson_nylium_side_overlay_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/spruce_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/spruce_wood",
"textures": {
"end": "block/spruce_wood_inventory",
"side": "block/spruce_wood_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_acacia_log.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_acacia_log",
"textures": {
"end": "block/stripped_acacia_log_top_inventory",
"side": "block/stripped_acacia_log_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_acacia_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_acacia_wood",
"textures": {
"end": "block/stripped_acacia_wood_inventory",
"side": "block/stripped_acacia_wood_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_birch_log.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_birch_log",
"textures": {
"end": "block/stripped_birch_log_top_inventory",
"side": "block/stripped_birch_log_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_birch_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_birch_wood",
"textures": {
"end": "block/stripped_birch_wood_inventory",
"side": "block/stripped_birch_wood_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_crimson_hyphae.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_crimson_hyphae",
"textures": {
"end": "block/stripped_crimson_hyphae_inventory",
"side": "block/stripped_crimson_hyphae_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_crimson_stem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_crimson_stem",
"textures": {
"end": "block/stripped_crimson_stem_top_inventory",
"side": "block/stripped_crimson_stem_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_warped_hyphae.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_warped_hyphae",
"textures": {
"end": "block/stripped_warped_hyphae_inventory",
"side": "block/stripped_warped_hyphae_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/stripped_warped_stem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/stripped_warped_stem",
"textures": {
"end": "block/stripped_warped_stem_top_inventory",
"side": "block/stripped_warped_stem_inventory"
}
}
9 changes: 9 additions & 0 deletions src/assets/minecraft/models/item/warped_nylium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "block/warped_nylium",
"textures": {
"bottom": "block/netherrack_inventory",
"top": "block/warped_nylium_inventory",
"side": "block/netherrack_inventory",
"overlay": "block/warped_nylium_side_overlay_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/warped_planks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/warped_planks",
"textures": {
"all": "block/warped_planks_inventory"
}
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/warped_pressure_plate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/warped_pressure_plate",
"textures": {
"texture": "block/stripped_warped_wood_inventory"
}
}
8 changes: 8 additions & 0 deletions src/assets/minecraft/models/item/warped_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/warped_slab",
"textures": {
"bottom": "block/warped_planks_inventory",
"top": "block/warped_planks_inventory",
"side": "block/warped_planks_inventory"
}
}
8 changes: 8 additions & 0 deletions src/assets/minecraft/models/item/warped_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/warped_stairs",
"textures": {
"bottom": "block/warped_planks_inventory",
"top": "block/warped_planks_inventory",
"side": "block/warped_planks_inventory"
}
}
7 changes: 7 additions & 0 deletions src/assets/minecraft/models/item/warped_stem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/warped_stem",
"textures": {
"end": "block/warped_stem_top_inventory",
"side": "block/warped_stem_inventory"
}
}
Loading

0 comments on commit ac06c8c

Please sign in to comment.