Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,4 @@ run/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

*.cache/
*generated/
/src/main/generated/.cache
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//file:noinspection GroovyAccessibility
//file:noinspection GrUnresolvedAccess
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'maven-publish'
id 'com.matthewprenger.cursegradle' version '1.4.0'
id "com.modrinth.minotaur" version "2.+"
Expand All @@ -16,13 +16,14 @@ base {

dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}

fabricApi {
configureDataGeneration {
client = true
modId = mod_id
}
}
Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties on https://modmuss50.me/fabric.html
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2
minecraft_version=1.21.10
loader_version=0.17.3

# Mod Properties
mod_version = 1.0-SNAPSHOT
Expand All @@ -17,4 +16,4 @@ curseforge_project_id = 596375
modrinth_project_id = halfdoors

# Dependencies
fabric_version=0.102.1+1.21.1
fabric_version=0.136.0+1.21.10
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
244 changes: 244 additions & 0 deletions src/main/generated/assets/halfdoors/blockstates/acacia_halfdoor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,244 @@
{
"variants": {
"facing=east,hinge=left,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=east,hinge=left,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=east,hinge=left,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=east,hinge=left,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=east,hinge=left,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=east,hinge=left,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=east,hinge=left,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=east,hinge=left,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=east,hinge=right,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=east,hinge=right,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=east,hinge=right,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=east,hinge=right,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=east,hinge=right,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=east,hinge=right,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=east,hinge=right,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=east,hinge=right,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=north,hinge=left,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=north,hinge=left,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=north,hinge=left,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=north,hinge=left,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 270
},
"facing=north,hinge=left,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=north,hinge=left,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=north,hinge=left,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=north,hinge=left,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right"
},
"facing=north,hinge=right,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=north,hinge=right,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=north,hinge=right,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=north,hinge=right,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=north,hinge=right,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=north,hinge=right,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=north,hinge=right,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=north,hinge=right,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=south,hinge=left,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=south,hinge=left,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=south,hinge=left,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=south,hinge=left,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=south,hinge=left,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=south,hinge=left,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=south,hinge=left,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=south,hinge=left,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=south,hinge=right,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=south,hinge=right,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=south,hinge=right,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=south,hinge=right,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 90
},
"facing=south,hinge=right,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=south,hinge=right,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=south,hinge=right,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=south,hinge=right,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left"
},
"facing=west,hinge=left,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=west,hinge=left,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=west,hinge=left,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=west,hinge=left,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 180
},
"facing=west,hinge=left,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=west,hinge=left,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=west,hinge=left,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=west,hinge=left,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 270
},
"facing=west,hinge=right,open=false,section=center": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=west,hinge=right,open=false,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=west,hinge=right,open=false,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=west,hinge=right,open=false,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_right",
"y": 180
},
"facing=west,hinge=right,open=true,section=center": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=west,hinge=right,open=true,section=isolated": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=west,hinge=right,open=true,section=lower": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
},
"facing=west,hinge=right,open=true,section=upper": {
"model": "halfdoors:block/acacia_halfdoor_left",
"y": 90
}
}
}
Loading