Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 99786347d2 | |||
| fb0aebb777 | |||
| ad8adc6b12 | |||
| b51d6a8528 | |||
| 5facdf8501 | |||
| b4e691bd8f | |||
| 04bdb45a1b | |||
| d6fc3f14d0 | |||
| 387a510734 | |||
| 4f28430810 | |||
| 444e54518d | |||
| 7989753a2a | |||
| 2501315cc7 | |||
| 27ab0f510e | |||
| 325cd9a1d9 | |||
| d2e30dea28 | |||
| a7d7ae3782 | |||
| f4666e99b2 | |||
| f228f1e532 | |||
| 02d71d12f1 | |||
| 7c63e30705 | |||
| d57b5a1d32 | |||
| 3b416093a9 | |||
| d6f83dc49c | |||
| 3655eba15e | |||
| aaf04d5e0b | |||
| 540cfcf510 | |||
| 0ba5356cd3 | |||
| 558dfda816 | |||
| a34dc3b492 | |||
| 3c36e41c99 | |||
| 7a947862a0 | |||
| 333d5699bd | |||
| c5628975e8 | |||
| 1832026cd8 | |||
| 3b43a7175e | |||
| db836f943f | |||
| 62b122e334 | |||
| 883cabc35c | |||
| 1f7b904c63 | |||
| a6630f9810 | |||
| 43f9f7760d |
@@ -40,3 +40,5 @@ replay_*.log
|
||||
*.jfr
|
||||
/src/blockbench/
|
||||
/src/main/generated/.cache/
|
||||
TODO.txt
|
||||
KNOWN_ISSUES
|
||||
|
||||
+8
-4
@@ -35,10 +35,10 @@ dependencies {
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:16.0.777"
|
||||
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:16.0.777"
|
||||
modApi "dev.architectury:architectury-fabric:13.0.8"
|
||||
modApi "me.shedaniel.cloth:cloth-config-fabric:15.0.140"
|
||||
// SHITS FUCKED NO MORE REI
|
||||
// modApi "me.shedaniel:RoughlyEnoughItems-fabric:17.0.807"
|
||||
// modApi "dev.architectury:architectury-fabric:14.0.4"
|
||||
// modApi "me.shedaniel.cloth:cloth-config-fabric:16.0.143"
|
||||
}
|
||||
|
||||
processResources {
|
||||
@@ -53,6 +53,10 @@ tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release = 21
|
||||
}
|
||||
|
||||
tasks.remapJar {
|
||||
archiveBaseName.set("${project.archives_base_name}-${project.minecraft_version}")
|
||||
}
|
||||
|
||||
java {
|
||||
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
||||
// if it is present.
|
||||
|
||||
+4
-4
@@ -4,15 +4,15 @@ org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.1
|
||||
yarn_mappings=1.21.1+build.3
|
||||
minecraft_version=1.21.10
|
||||
yarn_mappings=1.21.10+build.3
|
||||
loader_version=0.18.4
|
||||
loom_version=1.15-SNAPSHOT
|
||||
|
||||
# Fabric API
|
||||
fabric_version=0.116.8+1.21.1
|
||||
fabric_version=0.138.4+1.21.10
|
||||
|
||||
# Mod Properties
|
||||
mod_version=2.0.0
|
||||
mod_version=2.1.1
|
||||
maven_group=com.acethewildfire.acesbs
|
||||
archives_base_name=acesbs
|
||||
|
||||
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=north,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button"
|
||||
},
|
||||
"face=floor,facing=north,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed"
|
||||
},
|
||||
"face=floor,facing=south,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=south,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=west,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "acesbs:block/fire_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "acesbs:block/fire_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left_open"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left_open"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right_open"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right_open"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_bottom_right_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "acesbs:block/fire_oak_door_top_right_open",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_fence_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_open",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "acesbs:block/fire_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,160 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_1"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_1",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_1",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_1",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_2"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_2",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_2",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_2",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_3"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_3",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_3",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_3",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_4"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_4",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_4",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_leaf_litter_4",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "acesbs:block/fire_oak_leaves"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "acesbs:block/fire_oak_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "acesbs:block/fire_oak_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "acesbs:block/fire_oak_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "acesbs:block/fire_oak_planks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": {
|
||||
"model": "acesbs:block/fire_oak_pressure_plate"
|
||||
},
|
||||
"powered=true": {
|
||||
"model": "acesbs:block/fire_oak_pressure_plate_down"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "acesbs:block/fire_oak_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "acesbs:block/fire_oak_planks"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "acesbs:block/fire_oak_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "acesbs:block/fire_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "acesbs:block/fire_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/fire_oak_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "acesbs:block/fire_oak_wood",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "acesbs:block/fire_oak_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "acesbs:block/fire_oak_wood",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "acesbs:block/fractal_diamond_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "acesbs:block/hellfire_diamond_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,160 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_1"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_1",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_1",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_1",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_2"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_2",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_2",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_2",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "2|3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_3"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_3",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_3",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_3",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_4"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_4",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_4",
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "acesbs:block/lemonwood_leaf_litter_4",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west",
|
||||
"segment_amount": "4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "acesbs:block/stripped_fire_oak_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "acesbs:block/stripped_fire_oak_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "acesbs:block/stripped_fire_oak_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "acesbs:block/stripped_fire_oak_wood",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "acesbs:block/stripped_fire_oak_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "acesbs:block/stripped_fire_oak_wood",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/aquarium_gravel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_armor_trim_smithing_template"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_axe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/ashen_steel_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_boots"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_chestplate"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_hammer"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_helmet"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_hoe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_leggings"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_pickaxe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_shovel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ashen_steel_sword"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"component": "acesbs:bag_open",
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/bag_of_holding"
|
||||
},
|
||||
"on_true": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/bag_of_holding_open"
|
||||
},
|
||||
"property": "minecraft:has_component"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/berserkers_pauldron"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/bricked_up"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/cooked_lemon"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/crab_rave_music_disc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/crystal_entropy"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/crystal_entropy_pane"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/deepslate_entropy_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/dust_of_order"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/endtropy_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/entropy_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/evil_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_button_inventory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fire_oak_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_fence_inventory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_fence_gate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fire_oak_leaf_litter"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_pressure_plate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_wall_inventory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fire_oak_wood"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_axe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/fractal_diamond_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_boots"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_chestplate"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_hammer"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_helmet"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_hoe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_leggings"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_pickaxe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_shovel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fractal_diamond_sword"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/fren_spawn_egg"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/green_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_axe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/hellfire_diamond_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_boots"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_chestplate"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_hammer"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_helmet"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_hoe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_quartz_trim"
|
||||
},
|
||||
"when": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_iron_trim"
|
||||
},
|
||||
"when": "minecraft:iron"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_netherite_trim"
|
||||
},
|
||||
"when": "minecraft:netherite"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_redstone_trim"
|
||||
},
|
||||
"when": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_copper_trim"
|
||||
},
|
||||
"when": "minecraft:copper"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_gold_trim"
|
||||
},
|
||||
"when": "minecraft:gold"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_emerald_trim"
|
||||
},
|
||||
"when": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_diamond_trim"
|
||||
},
|
||||
"when": "minecraft:diamond"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_lapis_trim"
|
||||
},
|
||||
"when": "minecraft:lapis"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_amethyst_trim"
|
||||
},
|
||||
"when": "minecraft:amethyst"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings_resin_trim"
|
||||
},
|
||||
"when": "minecraft:resin"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_leggings"
|
||||
},
|
||||
"property": "minecraft:trim_material"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_pickaxe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_shovel"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/hellfire_diamond_sword"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/infernal_ashes"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/infernal_ashes_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/infernal_ashes_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/infernal_beef"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/ingot_of_order"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:condition",
|
||||
"on_false": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/kaupen_bow"
|
||||
},
|
||||
"on_true": {
|
||||
"type": "minecraft:range_dispatch",
|
||||
"entries": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/kaupen_bow_pulling_1"
|
||||
},
|
||||
"threshold": 0.65
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/kaupen_bow_pulling_2"
|
||||
},
|
||||
"threshold": 0.9
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/kaupen_bow_pulling_0"
|
||||
},
|
||||
"property": "minecraft:use_duration",
|
||||
"scale": 0.05
|
||||
},
|
||||
"property": "minecraft:using_item"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/lemon"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/lemonwood_button_inventory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/lemonwood_door"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/lemonwood_fence_inventory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/lemonwood_fence_gate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:item/lemonwood_leaf_litter"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "acesbs:block/lemonwood_leaves"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user