mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 21:52:59 +00:00 
			
		
		
		
	Bump to 1.14.1pr1
Which means bumping mappings version. Oh boy, this was not a bundle of laughs...
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
|  | ||||
| package dan200.computercraft.shared.common; | ||||
|  | ||||
| import dan200.computercraft.shared.util.NamedBlockEntityType; | ||||
| import net.minecraft.block.Block; | ||||
| import net.minecraft.block.BlockEntityProvider; | ||||
| import net.minecraft.block.BlockState; | ||||
| @@ -26,10 +27,11 @@ public abstract class BlockGeneric extends Block implements BlockEntityProvider | ||||
| { | ||||
|     private final BlockEntityType<? extends TileGeneric> type; | ||||
|  | ||||
|     public BlockGeneric( Settings settings, BlockEntityType<? extends TileGeneric> type ) | ||||
|     public BlockGeneric( Settings settings, NamedBlockEntityType<? extends TileGeneric> type ) | ||||
|     { | ||||
|         super( settings ); | ||||
|         this.type = type; | ||||
|         type.setBlock( this ); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev