Skip to content

Commit

Permalink
"Carter is a bitch ass motherfucker he pushed my fucking Obsidian Slab"
Browse files Browse the repository at this point in the history
  • Loading branch information
Siuolplex committed Jul 29, 2023
1 parent 71a84ac commit 8747115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ org.gradle.jvmargs=-Xmx2G
fabric_version=0.84.0+1.20.1

# Mod Properties
mod_version = 1.2.0
mod_version = 1.2.1
maven_group = io.github.consistencyplus
archives_base_name = obsidian_slab
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import net.fabricmc.fabric.api.event.Event;
import net.fabricmc.fabric.api.itemgroup.v1.ItemGroupEvents;
import net.minecraft.block.*;
import net.minecraft.block.piston.PistonBehavior;
import net.minecraft.item.BlockItem;
import net.minecraft.item.Item;
import net.minecraft.item.ItemGroup;
Expand All @@ -18,7 +19,7 @@
public class ObsidianSlabs implements ModInitializer {
public static final Identifier namespace = new Identifier("obsidian_slab", "obsidian_slab");

public static final Block OBSIDIAN_SLAB = Registry.register(Registries.BLOCK, namespace, new SlabBlock(AbstractBlock.Settings.copy(Blocks.OBSIDIAN)));
public static final Block OBSIDIAN_SLAB = Registry.register(Registries.BLOCK, namespace, new SlabBlock(AbstractBlock.Settings.copy(Blocks.OBSIDIAN).pistonBehavior(BLOCK)));
public static final Item OBSIDIAN_SLAB_ITEM = Registry.register(Registries.ITEM, namespace, new BlockItem(OBSIDIAN_SLAB, new Item.Settings()));

@Override
Expand Down

1 comment on commit 8747115

@Cart3r1234
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unstoppable force vs immova- hold the fuck up this object isn't immovable at all.

Please sign in to comment.