Skip to content

Commit

Permalink
Merge pull request #4 from ReviversMC/1.18-fix.kryptonaught/Glass-Doo…
Browse files Browse the repository at this point in the history
…rs_14

[1.18] Fix kyrptonaught#14
  • Loading branch information
thefirethirteen authored Feb 18, 2022
2 parents 614909c + 0e21950 commit f2364dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ loader_version=0.13.1
fabric_version=0.46.4+1.18

# Mod Properties
mod_version=2.1.0-beta.1+1.18
mod_version=2.1.0-beta.2+1.18
maven_group=net.kyrptonaught
archives_base_name=glassdoor

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"glassdoor:iron_glassdoor": "metalsubparts",
"glassdoor:iron_glasstrapdoor": "metalsubparts"
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "glassdoor",
"version": "2.1.0-beta.1+1.18",
"version": "2.1.0-beta.2+1.18",
"name": "Glass Doors",
"description": "More Prettier Doors",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/net.kyrptonaught.glassdoor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "net.kyrptonaught.glassdoor.mixin",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_17",
"mixins": [
"MixinDoorBlock",
"MixinTrapDoorBlock"
Expand Down

0 comments on commit f2364dc

Please sign in to comment.