1.14.2
This commit is contained in:
parent
4479116d1c
commit
f8f20ce6ba
81 changed files with 280 additions and 434 deletions
src/main/java/techreborn/itemblocks
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue