Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6490edac0 |
@@ -38,5 +38,3 @@ hs_err_*.log
|
|||||||
replay_*.log
|
replay_*.log
|
||||||
*.hprof
|
*.hprof
|
||||||
*.jfr
|
*.jfr
|
||||||
/src/blockbench/
|
|
||||||
/src/main/generated/.cache/
|
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ repositories {
|
|||||||
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
||||||
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
||||||
// for more information about repositories.
|
// for more information about repositories.
|
||||||
|
|
||||||
maven { url "https://maven.shedaniel.me" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fabricApi {
|
fabricApi {
|
||||||
@@ -35,10 +33,6 @@ dependencies {
|
|||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
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"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
+8
-8
@@ -4,15 +4,15 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.21.1
|
minecraft_version=1.21
|
||||||
yarn_mappings=1.21.1+build.3
|
yarn_mappings=1.21+build.9
|
||||||
loader_version=0.18.4
|
loader_version=0.16.14
|
||||||
loom_version=1.15-SNAPSHOT
|
loom_version=1.10-SNAPSHOT
|
||||||
|
|
||||||
# Fabric API
|
|
||||||
fabric_version=0.116.8+1.21.1
|
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.0.0
|
mod_version=1.0.0
|
||||||
maven_group=com.acethewildfire.acesbs
|
maven_group=com.acethewildfire.acesbs
|
||||||
archives_base_name=acesbs
|
archives_base_name=acesbs
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
fabric_version=0.102.0+1.21
|
||||||
Vendored
BIN
Binary file not shown.
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright © 2015 the original authors.
|
# Copyright © 2015-2021 the original authors.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@@ -114,6 +114,7 @@ case "$( uname )" in #(
|
|||||||
NONSTOP* ) nonstop=true ;;
|
NONSTOP* ) nonstop=true ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
@@ -171,6 +172,7 @@ fi
|
|||||||
# For Cygwin or MSYS, switch paths to Windows format before running java
|
# For Cygwin or MSYS, switch paths to Windows format before running java
|
||||||
if "$cygwin" || "$msys" ; then
|
if "$cygwin" || "$msys" ; then
|
||||||
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
|
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
|
||||||
|
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
|
||||||
|
|
||||||
JAVACMD=$( cygpath --unix "$JAVACMD" )
|
JAVACMD=$( cygpath --unix "$JAVACMD" )
|
||||||
|
|
||||||
@@ -203,14 +205,15 @@ fi
|
|||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
|
|
||||||
# Collect all arguments for the java command:
|
# Collect all arguments for the java command:
|
||||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||||
# and any embedded shellness will be escaped.
|
# and any embedded shellness will be escaped.
|
||||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||||
# treated as '${Hostname}' itself on the command line.
|
# treated as '${Hostname}' itself on the command line.
|
||||||
|
|
||||||
set -- \
|
set -- \
|
||||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||||
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
-classpath "$CLASSPATH" \
|
||||||
|
org.gradle.wrapper.GradleWrapperMain \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# Stop when "xargs" is not available.
|
# Stop when "xargs" is not available.
|
||||||
|
|||||||
Vendored
+2
-1
@@ -70,10 +70,11 @@ goto fail
|
|||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
|
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 637 KiB |
@@ -1,57 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "Made with Blockbench",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"1": "texture_baked_mc"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [16, 16, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
|
||||||
"east": {"uv": [0, 4, 4, 8], "texture": "#1"},
|
|
||||||
"south": {"uv": [4, 0, 8, 4], "texture": "#1"},
|
|
||||||
"west": {"uv": [4, 4, 8, 8], "texture": "#1"},
|
|
||||||
"up": {"uv": [4, 12, 0, 8], "texture": "#1"},
|
|
||||||
"down": {"uv": [12, 0, 8, 4], "texture": "#1"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"display": {
|
|
||||||
"thirdperson_righthand": {
|
|
||||||
"rotation": [75, 45, 0],
|
|
||||||
"translation": [0, 2.5, 0],
|
|
||||||
"scale": [0.375, 0.375, 0.375]
|
|
||||||
},
|
|
||||||
"thirdperson_lefthand": {
|
|
||||||
"rotation": [75, 45, 0],
|
|
||||||
"translation": [0, 2.5, 0],
|
|
||||||
"scale": [0.375, 0.375, 0.375]
|
|
||||||
},
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"rotation": [0, 45, 0],
|
|
||||||
"scale": [0.4, 0.4, 0.4]
|
|
||||||
},
|
|
||||||
"firstperson_lefthand": {
|
|
||||||
"rotation": [0, 225, 0],
|
|
||||||
"scale": [0.4, 0.4, 0.4]
|
|
||||||
},
|
|
||||||
"ground": {
|
|
||||||
"translation": [0, 3, 0],
|
|
||||||
"scale": [0.25, 0.25, 0.25]
|
|
||||||
},
|
|
||||||
"gui": {
|
|
||||||
"rotation": [30, 225, 0],
|
|
||||||
"scale": [0.625, 0.625, 0.625]
|
|
||||||
},
|
|
||||||
"head": {
|
|
||||||
"translation": [0, 3.25, -5.5],
|
|
||||||
"scale": [0.25, 0.25, 0.25]
|
|
||||||
},
|
|
||||||
"fixed": {
|
|
||||||
"scale": [0.5, 0.5, 0.5]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
@@ -1 +0,0 @@
|
|||||||
{"meta":{"format_version":"4.10","model_format":"java_block","box_uv":false},"name":"entropy_ore","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"light_emission":0,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,16,16],"autouv":1,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,16],"texture":0},"east":{"uv":[0,0,16,16],"texture":0},"south":{"uv":[0,0,16,16],"texture":0},"west":{"uv":[0,0,16,16],"texture":0},"up":{"uv":[0,0,16,16],"texture":0},"down":{"uv":[0,0,16,16],"texture":0}},"type":"cube","uuid":"e5d52aec-65e8-0c4d-71c3-450c56fb0ad7"}],"outliner":["e5d52aec-65e8-0c4d-71c3-450c56fb0ad7"],"textures":[{"path":"C:\\Users\\gamer\\Downloads\\entropy_ore.png","name":"entropy_ore.png","folder":"","namespace":"","id":"0","group":"","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","pbr_channel":"color","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"0f6b8c0b-f325-45ed-5bef-c83125fda26f","relative_path":"entropy_ore.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAe9JREFUOE9dUzFIW1EUPZ8OgokSCCGhWeogKRVXBdspi4WKi1sVmkDrkkHQbEJCBEtBmtBAEYuUKBQyZFEUKkhLKbg4FgsBE6dAAgYC+V8QReXc9L4+ffB5799333nnnHufUygUbmGNTqeDQCAgEa49z4PruvD7/RLz+XwyM861k81mBUADnO1EG7zVaskvwRRIAHio9HETA04/Juen5UZNVAAeWpt4h9DMOJbzWTQaDdkyDEibwWazicbXMZyd1vHi/bncFovFRA5zgsEgarXafwnpdNp4wMPfv+1h+PoYRzs38FwPE69ukNz+LQAq1ZYoDIhcrVZR2ShLEqVw5Eof0G63DV1eoNLILBqNwiEDNYSbSpNrPUxP+JEdwZ+/jiMSifSqQAAt08MbFPjzyieMXq7gx96kmKhmh8NhONoHlFAtPsOfvgxezk6JeUzQnlhdzMF/ksBgeA7d0DS6txdILL3tVYE3ELVe+Ymhp+twR0pIZRbksDYT9e6mHiFZ7jUZ5XFPJHCzuLQmqPmtotlkuZSJ7Q/jWpF7faA11o5jVWw5CqKsTCNp+zJAQw++7CJy9cv0wpM3cdGrZmun3jORJj0+P0R6/69I4L8OWxbZqdnGxIe1t9vWNkwlcNYc44Gawtrry9QqGCr/FvZzvwMDHjebM4gE1gAAAABJRU5ErkJggg=="}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"fixed":{"scale":[0.5,0.5,0.5]}}}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 599 B |
Binary file not shown.
|
Before Width: | Height: | Size: 814 B |
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/ashen_steel_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
{
|
|
||||||
"multipart": [
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_post"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_side"
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_side",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_side_alt"
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_side_alt",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_noside"
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "false"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_noside_alt"
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "false"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_noside_alt",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "false"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/crystal_entropy_pane_noside",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "false"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/deepslate_entropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/endtropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/entropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"clicked=false": {
|
|
||||||
"model": "acesbs:block/evil_block"
|
|
||||||
},
|
|
||||||
"clicked=true": {
|
|
||||||
"model": "acesbs:block/evil_block_on"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/infernal_ashes_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/infernal_ashes_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"face=ceiling,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button"
|
|
||||||
},
|
|
||||||
"face=floor,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed"
|
|
||||||
},
|
|
||||||
"face=floor,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=floor,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=floor,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=floor,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=wall,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=wall,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=wall,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=wall,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,124 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left"
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right"
|
|
||||||
},
|
|
||||||
"facing=east,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left"
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right"
|
|
||||||
},
|
|
||||||
"facing=east,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left_open"
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left_open"
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right_open"
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right_open"
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_left_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=lower,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_bottom_right_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=left,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=left,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_left_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=right,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=upper,hinge=right,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_door_top_right_open",
|
|
||||||
"y": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"multipart": [
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_post"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_side",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,in_wall=false,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,in_wall=false,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,in_wall=true,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,in_wall=true,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,in_wall=false,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,in_wall=false,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,in_wall=true,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,in_wall=true,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,in_wall=false,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"facing=south,in_wall=false,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_open",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"facing=south,in_wall=true,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"facing=south,in_wall=true,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall_open",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"facing=west,in_wall=false,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,in_wall=false,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,in_wall=true,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,in_wall=true,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_fence_gate_wall_open",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/lemonwood_leaves"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"axis=x": {
|
|
||||||
"model": "acesbs:block/lemonwood_log_horizontal",
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"axis=y": {
|
|
||||||
"model": "acesbs:block/lemonwood_log"
|
|
||||||
},
|
|
||||||
"axis=z": {
|
|
||||||
"model": "acesbs:block/lemonwood_log_horizontal",
|
|
||||||
"x": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"powered=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_pressure_plate"
|
|
||||||
},
|
|
||||||
"powered=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_pressure_plate_down"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/lemonwood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"type=bottom": {
|
|
||||||
"model": "acesbs:block/lemonwood_slab"
|
|
||||||
},
|
|
||||||
"type=double": {
|
|
||||||
"model": "acesbs:block/lemonwood_planks"
|
|
||||||
},
|
|
||||||
"type=top": {
|
|
||||||
"model": "acesbs:block/lemonwood_slab_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,209 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,half=bottom,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner"
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer"
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs"
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=top,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"facing=north,half=top,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=top,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=inner_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=inner_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_inner",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=outer_left": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=outer_right": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs_outer",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=top,shape=straight": {
|
|
||||||
"model": "acesbs:block/lemonwood_stairs",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"facing=east,half=bottom,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_bottom"
|
|
||||||
},
|
|
||||||
"facing=east,half=bottom,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=east,half=top,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_top"
|
|
||||||
},
|
|
||||||
"facing=east,half=top,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_bottom"
|
|
||||||
},
|
|
||||||
"facing=north,half=bottom,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open"
|
|
||||||
},
|
|
||||||
"facing=north,half=top,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_top"
|
|
||||||
},
|
|
||||||
"facing=north,half=top,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_bottom"
|
|
||||||
},
|
|
||||||
"facing=south,half=bottom,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=south,half=top,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_top"
|
|
||||||
},
|
|
||||||
"facing=south,half=top,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_bottom"
|
|
||||||
},
|
|
||||||
"facing=west,half=bottom,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"facing=west,half=top,open=false": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_top"
|
|
||||||
},
|
|
||||||
"facing=west,half=top,open=true": {
|
|
||||||
"model": "acesbs:block/lemonwood_trapdoor_open",
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
{
|
|
||||||
"multipart": [
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_post"
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"up": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "low"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "low"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "low"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "low"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side_tall",
|
|
||||||
"uvlock": true
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"north": "tall"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side_tall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"east": "tall"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side_tall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"south": "tall"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"apply": {
|
|
||||||
"model": "acesbs:block/lemonwood_wall_side_tall",
|
|
||||||
"uvlock": true,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"when": {
|
|
||||||
"west": "tall"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"axis=x": {
|
|
||||||
"model": "acesbs:block/lemonwood_wood",
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"axis=y": {
|
|
||||||
"model": "acesbs:block/lemonwood_wood"
|
|
||||||
},
|
|
||||||
"axis=z": {
|
|
||||||
"model": "acesbs:block/lemonwood_wood",
|
|
||||||
"x": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"face=ceiling,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"x": 180
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=ceiling,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"x": 180,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=floor,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button"
|
|
||||||
},
|
|
||||||
"face=floor,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed"
|
|
||||||
},
|
|
||||||
"face=floor,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=floor,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=floor,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=floor,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=wall,facing=east,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=east,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=north,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=north,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90
|
|
||||||
},
|
|
||||||
"face=wall,facing=south,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=wall,facing=south,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"face=wall,facing=west,powered=false": {
|
|
||||||
"model": "acesbs:block/lizard_button",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 270
|
|
||||||
},
|
|
||||||
"face=wall,facing=west,powered=true": {
|
|
||||||
"model": "acesbs:block/lizard_button_pressed",
|
|
||||||
"uvlock": true,
|
|
||||||
"x": 90,
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/lizard_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/potted_lemonwood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/prisma_steel_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/raw_endtropy_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/stable_endtropy_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"": {
|
|
||||||
"model": "acesbs:block/stable_entropy_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"axis=x": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_log_horizontal",
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"axis=y": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_log"
|
|
||||||
},
|
|
||||||
"axis=z": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_log_horizontal",
|
|
||||||
"x": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"axis=x": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_wood",
|
|
||||||
"x": 90,
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"axis=y": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_wood"
|
|
||||||
},
|
|
||||||
"axis=z": {
|
|
||||||
"model": "acesbs:block/stripped_lemonwood_wood",
|
|
||||||
"x": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"variants": {
|
|
||||||
"age=0": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage0"
|
|
||||||
},
|
|
||||||
"age=1": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage1"
|
|
||||||
},
|
|
||||||
"age=2": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage2"
|
|
||||||
},
|
|
||||||
"age=3": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage3"
|
|
||||||
},
|
|
||||||
"age=4": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage4"
|
|
||||||
},
|
|
||||||
"age=5": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage5"
|
|
||||||
},
|
|
||||||
"age=6": {
|
|
||||||
"model": "acesbs:block/tobacco_crop_stage6"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/ashen_steel_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_glass_pane_noside",
|
|
||||||
"textures": {
|
|
||||||
"pane": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_glass_pane_noside_alt",
|
|
||||||
"textures": {
|
|
||||||
"pane": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_glass_pane_post",
|
|
||||||
"textures": {
|
|
||||||
"edge": "acesbs:block/crystal_entropy_pane_top",
|
|
||||||
"pane": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_glass_pane_side",
|
|
||||||
"textures": {
|
|
||||||
"edge": "acesbs:block/crystal_entropy_pane_top",
|
|
||||||
"pane": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_glass_pane_side_alt",
|
|
||||||
"textures": {
|
|
||||||
"edge": "acesbs:block/crystal_entropy_pane_top",
|
|
||||||
"pane": "acesbs:block/crystal_entropy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/deepslate_entropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/endtropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/entropy_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/evil_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/evil_block_on"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/infernal_ashes_block"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/infernal_ashes_ore"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/button",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/button_inventory",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/button_pressed",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_left",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_left_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_right",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_bottom_right_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_left",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_left_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_right",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/door_top_right_open",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_door_bottom",
|
|
||||||
"top": "acesbs:block/lemonwood_door_top"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_fence_gate",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_fence_gate_open",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_fence_gate_wall",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_fence_gate_wall_open",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_inventory",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_post",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/fence_side",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/leaves",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/lemonwood_leaves"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column",
|
|
||||||
"textures": {
|
|
||||||
"end": "acesbs:block/lemonwood_log_top",
|
|
||||||
"side": "acesbs:block/lemonwood_log"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column_horizontal",
|
|
||||||
"textures": {
|
|
||||||
"end": "acesbs:block/lemonwood_log_top",
|
|
||||||
"side": "acesbs:block/lemonwood_log"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_all",
|
|
||||||
"textures": {
|
|
||||||
"all": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/pressure_plate_up",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/pressure_plate_down",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cross",
|
|
||||||
"textures": {
|
|
||||||
"cross": "acesbs:block/lemonwood_sapling"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/slab",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_planks",
|
|
||||||
"side": "acesbs:block/lemonwood_planks",
|
|
||||||
"top": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/slab_top",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_planks",
|
|
||||||
"side": "acesbs:block/lemonwood_planks",
|
|
||||||
"top": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_planks",
|
|
||||||
"side": "acesbs:block/lemonwood_planks",
|
|
||||||
"top": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/inner_stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_planks",
|
|
||||||
"side": "acesbs:block/lemonwood_planks",
|
|
||||||
"top": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/outer_stairs",
|
|
||||||
"textures": {
|
|
||||||
"bottom": "acesbs:block/lemonwood_planks",
|
|
||||||
"side": "acesbs:block/lemonwood_planks",
|
|
||||||
"top": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_trapdoor_bottom",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_trapdoor"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_trapdoor_open",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_trapdoor"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_trapdoor_top",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lemonwood_trapdoor"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/wall_inventory",
|
|
||||||
"textures": {
|
|
||||||
"wall": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_wall_post",
|
|
||||||
"textures": {
|
|
||||||
"wall": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_wall_side",
|
|
||||||
"textures": {
|
|
||||||
"wall": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/template_wall_side_tall",
|
|
||||||
"textures": {
|
|
||||||
"wall": "acesbs:block/lemonwood_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/cube_column",
|
|
||||||
"textures": {
|
|
||||||
"end": "acesbs:block/lemonwood_log",
|
|
||||||
"side": "acesbs:block/lemonwood_log"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/button",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lizard_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:block/button_inventory",
|
|
||||||
"textures": {
|
|
||||||
"texture": "acesbs:block/lizard_planks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user