Implement improvements from 1.1 into main branch #6

Merged
Andrew71 merged 3 commits from urgent-bugfix-1.1 into multiloader-1.19 2023-05-12 10:13:49 +03:00
5 changed files with 3 additions and 5 deletions
Showing only changes of commit b31624ca4a - Show all commits

View file

@ -1,5 +1,5 @@
{
"credit": "Made with Blockbench",
"credit": "Made by karoter2 with Blockbench",
"parent": "digital_tardim_interface",
"texture_size": [64, 64],
"textures": {

View file

@ -1,5 +1,5 @@
{
"credit": "Made with Blockbench",
"credit": "Made by karoter2 with Blockbench",
"parent": "block/cube_all",
"ambientocclusion": false,
"textures": {

View file

@ -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",

View file

@ -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;

View file

@ -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;