Skip to content

Commit

Permalink
Forgot to take out my debug Fibber
Browse files Browse the repository at this point in the history
  • Loading branch information
Haven-King committed May 4, 2020
1 parent 5a78b8a commit 0080414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.15.2+build.15
loader_version=0.8.2+build.194

# Mod Properties
mod_version = 0.1.0
mod_version = 0.1.2
maven_group = dev.hephaestus
archives_base_name = FibLib

Expand Down
7 changes: 1 addition & 6 deletions src/main/java/dev/hephaestus/fiblib/FibLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ public static void debug(String format, Object... args) {

@Override
public void onInitialize() {
Blocks.register(new BlockFib(net.minecraft.block.Blocks.COAL_ORE, net.minecraft.block.Blocks.GLOWSTONE) {
@Override
protected boolean condition(ServerPlayerEntity player) {
return !player.isCreative();
}
});
FibLib.log("Initialized");
}

public static class Blocks {
Expand Down

0 comments on commit 0080414

Please sign in to comment.