Remove DynamicAttributeTool from ToolItem to fix vanilla tools being universally effective

This commit is contained in:
Player 2020-04-22 17:18:28 +02:00
parent 570150aa1c
commit 526cfc4b2f
3 changed files with 3 additions and 4 deletions
build.gradle
fabric-tool-attribute-api-v1

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.6.0"
static def baseVersion = "0.6.1"
static def mcVersion = "20w16a"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-tool-attribute-api-v1"
version = getSubprojectVersion(project, "1.0.1")
version = getSubprojectVersion(project, "1.0.2")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')

View file

@ -5,8 +5,7 @@
"mixins": [
"MixinItemStack",
"MixinLivingEntity",
"MixinPlayerInventory",
"MixinToolItem"
"MixinPlayerInventory"
],
"injectors": {
"defaultRequire": 1