Implement improvements from 1.1 into main branch #6
5 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"credit": "Made by karoter2 with Blockbench",
|
||||
"parent": "digital_tardim_interface",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"credit": "Made by karoter2 with Blockbench",
|
||||
"parent": "block/cube_all",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"credit": "Made by karoter2 with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"1": "tardim_ic:blocks/tardim_dock",
|
||||
|
|
|
@ -40,7 +40,6 @@ import su.a71.tardim_ic.tardim_ic.Constants;
|
|||
import su.a71.tardim_ic.tardim_ic.registration.CommandInit;
|
||||
import su.a71.tardim_ic.tardim_ic.soviet_chronobox.SovietChronoboxTileEntity;
|
||||
|
||||
|
||||
public class Registration {
|
||||
// Blocks
|
||||
public static Block DOOR_SOVIET_CHRONOBOX;
|
||||
|
|
|
@ -23,7 +23,6 @@ import net.minecraft.world.entity.player.Player;
|
|||
import net.minecraft.world.level.Level;
|
||||
import net.minecraft.world.level.LevelReader;
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import net.minecraft.world.level.block.ComparatorBlock;
|
||||
import net.minecraft.world.level.block.EntityBlock;
|
||||
import net.minecraft.world.level.block.entity.BlockEntity;
|
||||
import net.minecraft.world.level.block.state.BlockState;
|
||||
|
|
Loading…
Add table
Reference in a new issue