Skip to content

Commit

Permalink
Merge pull request #128 from Jiingy/master
Browse files Browse the repository at this point in the history
updated petrified oak with master changes
  • Loading branch information
Jiingy authored Nov 10, 2023
2 parents 742bffd + 36f5d9b commit a0efe83
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// modCompileOnly "dev.emi:emi:${emi_version}:api"
// modLocalRuntime "dev.emi:emi:${emi_version}"
// modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.20.2-3.0.0.170'
modImplementation "com.github.glitchfiend:TerraBlender-fabric:${project.minecraft_version}-${project.terrablender_version}"

// mixin extras
implementation("com.github.LlamaLad7:MixinExtras:0.1.1")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fabric_version=0.90.4+1.20.2

# Dependencies
emi_version = 0.7.3+1.19.4
terrablender_version = 3.0.0.170

# Mod Properties
mod_name = Jineric Mod
Expand Down
11 changes: 11 additions & 0 deletions src/main/java/jingy/jineric/base/plugins/TerraBlenderPlugin.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package jingy.jineric.base.plugins;

import terrablender.api.TerraBlenderApi;

public class TerraBlenderPlugin implements TerraBlenderApi {

@Override
public void onTerraBlenderInitialized() {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "building",
"key": {
"#": {
"item": "jineric:polished_tuff"
"item": "jineric:smooth_tuff"
}
},
"pattern": [
Expand All @@ -15,4 +15,4 @@
"count": 4,
"item": "jineric:smooth_tuff_stairs"
}
}
}
3 changes: 3 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
],
"mm:early_risers": [
"jingy.jineric.base.plugins.EarlyRiser"
],
"terrablender": [
"jingy.jineric.base.plugins.TerraBlenderPlugin"
]
},
"mixins": [
Expand Down

0 comments on commit a0efe83

Please sign in to comment.