Skip to content

Commit

Permalink
fix bedrock breaking, actually remove test hammer
Browse files Browse the repository at this point in the history
  • Loading branch information
Draylar committed Jul 30, 2020
1 parent af81f7d commit 4926130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
modCompile "net.fabricmc.fabric-api:fabric-api:${project.api_version}"

// magna for hammers
modImplementation 'com.github.Draylar:magna:2365433fb7'
include 'com.github.Draylar:magna:2365433fb7'
modImplementation 'com.github.Draylar:magna:292766d59b'
include 'com.github.Draylar:magna:292766d59b'

// libcd
modImplementation 'io.github.cottonmc:LibCD:2.5.0+'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ loader_version=0.8.8+build.202
api_version=0.13.1+build.370-1.16
yarn_version=4

version=2.0.2
version=2.0.3
modid=vanilla-hammers
11 changes: 0 additions & 11 deletions src/main/resources/static_data/hammers/test_hammer.json

This file was deleted.

0 comments on commit 4926130

Please sign in to comment.