Skip to content

Commit

Permalink
Changed texture of oxidized chiseled copper and exposed chiseled copp…
Browse files Browse the repository at this point in the history
…er and added 1.20.2+
  • Loading branch information
Onako2 authored and Onako2 committed Oct 22, 2023
1 parent 6f73fdf commit 1b94753
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.2+build.1
loader_version=0.14.22

# Mod Properties
mod_version=1.5.1
mod_version=1.6.1
maven_group=rs.onako2
archives_base_name=i-want-it-earlier

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rs/onako2/Init.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Init implements ModInitializer {

public static final Block OXIDIZED_COPPER_GRID = new Block(FabricBlockSettings.create().nonOpaque().strength(4.0f));

public static final Block TRIAL_SPAWNER = new Block(FabricBlockSettings.create().nonOpaque().strength(4.0f));
public static final Block TRIAL_SPAWNER = new Block(FabricBlockSettings.create().nonOpaque().strength(4.0f).luminance(1));

public static final Block TUFF_BRICKS = new Block(FabricBlockSettings.create().strength(4.0f));

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "~1.20.2",
"minecraft": ">=1.20.2",
"java": ">=17",
"fabric-api": ">=0.77"
}
Expand Down

0 comments on commit 1b94753

Please sign in to comment.