1147 - Initial auto mappings pass
This commit is contained in:
parent
48198dbcb3
commit
4e03ac893c
291 changed files with 3335 additions and 3504 deletions
|
@ -25,16 +25,16 @@
|
|||
package techreborn.itemblocks;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.item.BlockItem;
|
||||
import net.minecraft.item.Item;
|
||||
import net.minecraft.item.ItemBlock;
|
||||
import techreborn.TechReborn;
|
||||
|
||||
/**
|
||||
* Created by modmuss50 on 20/02/2016.
|
||||
*/
|
||||
public class ItemBlockRubberSapling extends ItemBlock {
|
||||
public class ItemBlockRubberSapling extends BlockItem {
|
||||
|
||||
public ItemBlockRubberSapling(Block block) {
|
||||
super(block, new Item.Properties().group(TechReborn.ITEMGROUP));
|
||||
super(block, new Item.Settings().itemGroup(TechReborn.ITEMGROUP));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue