Minor datagen fix and lamp package
This commit is contained in:
parent
224584875d
commit
be4d1b5af8
8 changed files with 20 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
package su.a71.new_soviet.blocks;
|
||||
package su.a71.new_soviet.blocks.lamps;
|
||||
|
||||
import net.minecraft.block.*;
|
||||
import net.minecraft.entity.ai.pathing.NavigationType;
|
|
@ -1,4 +1,4 @@
|
|||
package su.a71.new_soviet.blocks;
|
||||
package su.a71.new_soviet.blocks.lamps;
|
||||
|
||||
import net.minecraft.block.*;
|
||||
import net.minecraft.text.Text;
|
||||
|
@ -23,7 +23,7 @@ import net.minecraft.world.WorldView;
|
|||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import su.a71.new_soviet.NewSoviet;
|
||||
import su.a71.new_soviet.registration.NSE_Custom;
|
||||
import su.a71.new_soviet.blocks.lamps.LampBlock;
|
||||
import su.a71.new_soviet.registration.NSE_Items;
|
||||
import su.a71.new_soviet.registration.NSE_Sounds;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package su.a71.new_soviet.blocks;
|
||||
package su.a71.new_soviet.blocks.lamps;
|
||||
|
||||
import net.minecraft.block.*;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
@ -7,6 +7,7 @@ import net.minecraft.util.shape.VoxelShape;
|
|||
import net.minecraft.util.shape.VoxelShapes;
|
||||
import net.minecraft.world.BlockView;
|
||||
import net.minecraft.world.WorldView;
|
||||
import su.a71.new_soviet.blocks.lamps.LampBlock;
|
||||
|
||||
public class TableLampBlock extends LampBlock {
|
||||
protected final VoxelShape SHAPE = getStandingShape();;
|
|
@ -1,7 +1,8 @@
|
|||
package su.a71.new_soviet.blocks;
|
||||
package su.a71.new_soviet.blocks.lamps;
|
||||
|
||||
import net.minecraft.util.shape.VoxelShape;
|
||||
import net.minecraft.util.shape.VoxelShapes;
|
||||
import su.a71.new_soviet.blocks.lamps.TableLampBlock;
|
||||
|
||||
public class VintageLampBlock extends TableLampBlock {
|
||||
public VintageLampBlock(Settings settings) {
|
Loading…
Add table
Add a link
Reference in a new issue