Skip to content

Commit

Permalink
Small water plant placing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulevsGitch committed Jun 20, 2021
1 parent b0922d9 commit ff3194f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=6
loader_version=0.11.3

# Mod Properties
mod_version = 0.9.8.1-pre
mod_version = 0.9.8.2-pre
maven_group = ru.betterend
archives_base_name = better-end

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ru/betterend/blocks/FlamaeaBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import net.minecraft.world.level.storage.loot.LootContext;
import net.minecraft.world.phys.shapes.CollisionContext;
import net.minecraft.world.phys.shapes.VoxelShape;
import ru.bclib.interfaces.ISpetialItem;
import ru.betterend.blocks.basis.EndPlantBlock;
import ru.betterend.interfaces.ISpetialItem;

public class FlamaeaBlock extends EndPlantBlock implements ISpetialItem {
private static final VoxelShape SHAPE = Block.box(0, 0, 0, 16, 1, 16);
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/ru/betterend/interfaces/ISpetialItem.java

This file was deleted.

0 comments on commit ff3194f

Please sign in to comment.