Skip to content

Commit 5873739

Browse files
committed
Revert "tried to get the block dust rune working"
This reverts commit 7c92469.
1 parent 7c92469 commit 5873739

File tree

5 files changed

+2
-70
lines changed

5 files changed

+2
-70
lines changed

common/src/main/java/net/hex_chalkcircles/blocks/BlockDustRune.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class BlockDustRune extends BlockSlate {
66

77
public BlockDustRune(Properties p_53182_) {
88
super(p_53182_);
9-
9+
// TODO Auto-generated constructor stub
1010
}
1111

1212
}

common/src/main/java/net/hex_chalkcircles/registry/Hex_chalkcirclesBlockRegistry.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

common/src/main/java/net/hex_chalkcircles/registry/Hex_chalkcirclesItemRegistry.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
import net.hex_chalkcircles.Hex_chalkcircles;
99
import net.hex_chalkcircles.item.*;
1010
import net.minecraft.core.Registry;
11-
import net.minecraft.world.item.BlockItem;
1211
import net.minecraft.world.item.CreativeModeTab;
1312
import net.minecraft.world.item.Item;
1413
import net.minecraft.world.item.ItemStack;
1514

1615
public class Hex_chalkcirclesItemRegistry {
1716
// Register items through this
1817
public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(Hex_chalkcircles.MOD_ID, Registry.ITEM_REGISTRY);
19-
private static final Item.Properties CHALKCIRCLES_64STACK = new Item.Properties().stacksTo(64);
2018
private static final Item.Properties CHALKCIRCLES_16STACK = new Item.Properties().stacksTo(16);
2119
private static final Item.Properties CHALKCIRCLES_UNSTACKABLE = new Item.Properties().stacksTo(1);
2220

@@ -30,6 +28,6 @@ public static void init() {
3028

3129
// During the loading phase, refrain from accessing suppliers' items (e.g. EXAMPLE_ITEM.get()), they will not be available
3230
public static final RegistrySupplier<Item> CHALKSTICK_ITEM = ITEMS.register("amethyst_chalk", () -> new ItemChalkStick(CHALKCIRCLES_16STACK));
33-
public static final RegistrySupplier<BlockItem> CHALKSQUARE_ITEM = ITEMS.register("chalk_square_item", () -> new BlockItem(Hex_chalkcirclesBlockRegistry.CHALK_RUNE.get(), CHALKCIRCLES_64STACK));
31+
3432

3533
}

common/src/main/resources/data/hex_chalkcircles/recipes/amethyst_chalk.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

common/src/main/resources/data/hexcasting/tags/items/staves.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)