Fixed Quicksoil Blockstate
This commit is contained in:
parent
fc176bdc94
commit
0d94c9b7f5
2 changed files with 33 additions and 14 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -1,22 +1,35 @@
|
|||
# eclipse
|
||||
bin
|
||||
*.launch
|
||||
.settings
|
||||
.metadata
|
||||
# Compiled Java
|
||||
*.class
|
||||
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
# idea
|
||||
out
|
||||
# IntelliJ IDEA
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
.idea
|
||||
/out
|
||||
/classes
|
||||
|
||||
# gradle
|
||||
build
|
||||
# Gradle
|
||||
.gradle
|
||||
/build
|
||||
/bin
|
||||
/run
|
||||
|
||||
# other
|
||||
eclipse
|
||||
run
|
||||
# Gradle Wrapper
|
||||
/gradle/wrapper/dists
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# JVM crash logs
|
||||
hs_err_pid*.log
|
||||
replay_pid*.log
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": [
|
||||
"aether_legacy_double_drops=true": [
|
||||
{ "model": "aether_legacy:quicksoil" },
|
||||
{ "model": "aether_legacy:quicksoil", "y": 90 },
|
||||
{ "model": "aether_legacy:quicksoil", "y": 180 },
|
||||
{ "model": "aether_legacy:quicksoil", "y": 270 }
|
||||
],
|
||||
"aether_legacy_double_drops=false": [
|
||||
{ "model": "aether_legacy:quicksoil" },
|
||||
{ "model": "aether_legacy:quicksoil", "y": 90 },
|
||||
{ "model": "aether_legacy:quicksoil", "y": 180 },
|
||||
|
|
Loading…
Reference in a new issue