This commit is contained in:
modmuss50 2019-06-13 13:14:11 +01:00
parent 4479116d1c
commit f8f20ce6ba
81 changed files with 280 additions and 434 deletions
src/main/java/techreborn/itemblocks

View file

@ -35,6 +35,6 @@ import techreborn.TechReborn;
public class ItemBlockRubberSapling extends BlockItem {
public ItemBlockRubberSapling(Block block) {
super(block, new Item.Settings().itemGroup(TechReborn.ITEMGROUP));
super(block, new Item.Settings().group(TechReborn.ITEMGROUP));
}
}