Skip to content

Commit

Permalink
update to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deli73 committed Dec 2, 2023
1 parent 6d05cc6 commit e7344d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.22
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.0

# Mod Properties
mod_version = 0.2.4-1.19.4
mod_version = 0.3.1-1.20.1
maven_group = xyz.sunrose
archives_base_name = matchbox

# Dependencies
fabric_version=0.87.0+1.19.4
fabric_version=0.91.0+1.20.1
2 changes: 1 addition & 1 deletion src/main/java/xyz/sunrose/matchbox/items/WoodGlueItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ActionResult useOnBlock(ItemUsageContext context) {

BlockState newState = getUnstrippedBlock(blockState, strippedBlocks);
world.setBlockState(blockPos, newState,
Block.REDRAW_ON_MAIN_THREAD | Block.NOTIFY_LISTENERS | Block.SKIP_LIGHTING_UPDATES
Block.REDRAW_ON_MAIN_THREAD | Block.NOTIFY_LISTENERS
);

//standard stuff
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
],

"depends": {
"fabricloader": ">=0.14",
"fabricloader": ">=0.19",
"fabric": "*",
"minecraft": "1.19.x",
"minecraft": "1.20.x",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit e7344d6

Please sign in to comment.