We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f3ee7 commit 75e9d32Copy full SHA for 75e9d32
gradle.properties
@@ -11,6 +11,6 @@ loader_version=0.15.11
11
fabric_version=0.100.3+1.21
12
13
# Mod Properties
14
-mod_version = 1.0.1
+mod_version = 1.1.0
15
maven_group = net.just_s
16
archives_base_name = survival-debug-mod
src/main/java/net/just_s/sds/SDSMod.java
@@ -5,7 +5,6 @@
5
import net.minecraft.component.ComponentChanges;
6
import net.minecraft.component.DataComponentTypes;
7
import net.minecraft.component.type.NbtComponent;
8
-import net.minecraft.item.DebugStickItem;
9
import net.minecraft.item.ItemStack;
10
import net.minecraft.item.Items;
import net.minecraft.nbt.NbtCompound;
0 commit comments