Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDan1el authored Jan 8, 2023
1 parent 097e660 commit cc872bf
Show file tree
Hide file tree
Showing 50 changed files with 432 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/minecraft/models/block1/crop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#crop"
},
"elements": [
{ "from": [ 4, -1, 0 ],
"to": [ 4, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 12, -1, 0 ],
"to": [ 12, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 4 ],
"to": [ 16, 15, 4 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 12 ],
"to": [ 16, 15, 12 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
}
]
}
26 changes: 26 additions & 0 deletions assets/minecraft/models/block1/cross.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#cross"
},
"elements": [
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 16, 15.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
}
]
}
16 changes: 16 additions & 0 deletions assets/minecraft/models/block1/cube.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west" },
"east": { "texture": "#east", "cullface": "east" }
}
}
]
}
12 changes: 12 additions & 0 deletions assets/minecraft/models/block1/cube_all.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#all",
"down": "#all",
"up": "#all",
"north": "#all",
"east": "#all",
"south": "#all",
"west": "#all"
}
}
12 changes: 12 additions & 0 deletions assets/minecraft/models/block1/cube_bottom_top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#bottom",
"up": "#top",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}
12 changes: 12 additions & 0 deletions assets/minecraft/models/block1/cube_column.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#end",
"up": "#end",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}
16 changes: 16 additions & 0 deletions assets/minecraft/models/block1/cube_directional.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down", "rotation": 180 },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west", "rotation": 270 },
"east": { "texture": "#east", "cullface": "east", "rotation": 90 }
}
}
]
}
15 changes: 15 additions & 0 deletions assets/minecraft/models/block1/cube_mirrored.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" },
"up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" },
"north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" },
"south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
"west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" },
"east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
}
}
]
}
12 changes: 12 additions & 0 deletions assets/minecraft/models/block1/cube_mirrored_all.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "block/cube_mirrored",
"textures": {
"particle": "#all",
"down": "#all",
"up": "#all",
"north": "#all",
"east": "#all",
"south": "#all",
"west": "#all"
}
}
12 changes: 12 additions & 0 deletions assets/minecraft/models/block1/cube_top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#side",
"up": "#top",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/cut_red_sandstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/red_sandstone_top",
"side": "block/cut_red_sandstone"
}
}
8 changes: 8 additions & 0 deletions assets/minecraft/models/block1/cut_red_sandstone_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "block/cut_red_sandstone"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "block/cut_red_sandstone"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/cut_sandstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/cut_sandstone",
"side": "block/cut_sandstone"
}
}
8 changes: 8 additions & 0 deletions assets/minecraft/models/block1/cut_sandstone_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "block/cut_sandstone"
}
}
8 changes: 8 additions & 0 deletions assets/minecraft/models/block1/cut_sandstone_slab_top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "block/cut_sandstone"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/cyan_carpet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "block/cyan_wool",
"wool": "block/cyan_wool"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/cyan_concrete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/cyan_concrete"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/cyan_concrete_powder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/cyan_concrete_powder"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/cyan_glazed_terracotta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/template_glazed_terracotta",
"textures": {
"particle": "block/cyan_glazed_terracotta",
"pattern": "block/cyan_glazed_terracotta"
}
}
5 changes: 5 additions & 0 deletions assets/minecraft/models/block1/cyan_shulker_box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "block/cyan_shulker_box"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/cyan_stained_glass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/cyan_stained_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_glass_pane_noside",
"textures": {
"pane": "block/cyan_stained_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/template_glass_pane_noside_alt",
"textures": {
"pane": "block/cyan_stained_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/template_glass_pane_post",
"textures": {
"edge": "block/cyan_stained_glass_pane_top",
"pane": "block/cyan_stained_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/template_glass_pane_side",
"textures": {
"edge": "block/cyan_stained_glass_pane_top",
"pane": "block/cyan_stained_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/template_glass_pane_side_alt",
"textures": {
"edge": "block/cyan_stained_glass_pane_top",
"pane": "block/cyan_stained_glass"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/cyan_terracotta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/cyan_terracotta"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/cyan_wool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/cyan_wool"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/damaged_anvil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/anvil",
"textures": {
"top": "block/damaged_anvil_top"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/dandelion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "block/dandelion"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/dark_oak_button.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "block/dark_oak_planks"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/dark_oak_button_inventory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button_inventory",
"textures": {
"texture": "block/dark_oak_planks"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/block1/dark_oak_button_pressed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "block/dark_oak_planks"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/dark_oak_door_bottom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "block/dark_oak_door_bottom",
"top": "block/dark_oak_door_top"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "block/dark_oak_door_bottom",
"top": "block/dark_oak_door_top"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/dark_oak_door_top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "block/dark_oak_door_bottom",
"top": "block/dark_oak_door_top"
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/models/block1/dark_oak_door_top_hinge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "block/dark_oak_door_bottom",
"top": "block/dark_oak_door_top"
}
}
Loading

0 comments on commit cc872bf

Please sign in to comment.