Skip to content

Commit

Permalink
alabli blockproperties
Browse files Browse the repository at this point in the history
  • Loading branch information
unix-supremacist committed Dec 8, 2023
1 parent 37ce0e8 commit f1ce517
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.github.unix_supremacist.content;

import io.github.unix_supremacist.Alchemist;
import io.github.unix_supremacist.alabli.Alabli;
import io.github.unix_supremacist.block.TransmutionCircleBlock;
import lombok.Getter;
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
Expand All @@ -10,7 +11,7 @@
import net.minecraft.world.level.block.Block;

public enum AlchemistBlocks {
transmutation_circle(new TransmutionCircleBlock(FabricBlockSettings.create()));
transmutation_circle(new TransmutionCircleBlock(Alabli.properties));
@Getter Block block;

AlchemistBlocks(Block block){
Expand Down

0 comments on commit f1ce517

Please sign in to comment.