Skip to content

Commit

Permalink
add rounded fences, fancy flower models; finished stripped log/wood v…
Browse files Browse the repository at this point in the history
…ariations; improved iron_door, bricks
  • Loading branch information
null511 committed Mar 10, 2022
1 parent d37e0e7 commit e0e6945
Show file tree
Hide file tree
Showing 320 changed files with 2,192 additions and 260 deletions.
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.
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/acacia_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/acacia_fence_post"
},
{
"model": "block/acacia_fence_post",
"y": 90
},
{
"model": "block/acacia_fence_post",
"y": 180
},
{
"model": "block/acacia_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/acacia_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/acacia_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/acacia_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/acacia_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/birch_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/birch_fence_post"
},
{
"model": "block/birch_fence_post",
"y": 90
},
{
"model": "block/birch_fence_post",
"y": 180
},
{
"model": "block/birch_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/birch_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/birch_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/birch_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/birch_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/crimson_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/crimson_fence_post"
},
{
"model": "block/crimson_fence_post",
"y": 90
},
{
"model": "block/crimson_fence_post",
"y": 180
},
{
"model": "block/crimson_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/crimson_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/crimson_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/crimson_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/crimson_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/dark_oak_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/dark_oak_fence_post"
},
{
"model": "block/dark_oak_fence_post",
"y": 90
},
{
"model": "block/dark_oak_fence_post",
"y": 180
},
{
"model": "block/dark_oak_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/dark_oak_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/dark_oak_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/dark_oak_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/dark_oak_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/jungle_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/jungle_fence_post"
},
{
"model": "block/jungle_fence_post",
"y": 90
},
{
"model": "block/jungle_fence_post",
"y": 180
},
{
"model": "block/jungle_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/jungle_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/jungle_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/jungle_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/jungle_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/nether_brick_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/nether_brick_fence_post"
},
{
"model": "block/nether_brick_fence_post",
"y": 90
},
{
"model": "block/nether_brick_fence_post",
"y": 180
},
{
"model": "block/nether_brick_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/nether_brick_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/nether_brick_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/nether_brick_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/nether_brick_fence_side_west"
}
}
]
}
55 changes: 55 additions & 0 deletions src/assets/minecraft/blockstates/oak_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"multipart": [
{
"apply": [
{
"model": "block/oak_fence_post"
},
{
"model": "block/oak_fence_post",
"y": 90
},
{
"model": "block/oak_fence_post",
"y": 180
},
{
"model": "block/oak_fence_post",
"y": 270
}
]
},
{
"when": {
"north": "true"
},
"apply": {
"model": "block/oak_fence_side_north"
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "block/oak_fence_side_east"
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "block/oak_fence_side_south"
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "block/oak_fence_side_west"
}
}
]
}
Loading

0 comments on commit e0e6945

Please sign in to comment.