Continue migration
This commit is contained in:
parent
47ed597358
commit
33dbfbe633
263 changed files with 1450 additions and 1486 deletions
|
@ -400,7 +400,7 @@ public class EndBlocks {
|
|||
maxCount = item.getStackSize();
|
||||
placeOnWater = item.canPlaceOnWater();
|
||||
}
|
||||
Properties item = EndItems.makeBlockItemSettings().maxCount(maxCount);
|
||||
Properties item = EndItems.makeBlockItemSettings().stacksTo(maxCount);
|
||||
if (placeOnWater) {
|
||||
EndItems.registerBlockItem(id, new LilyPadItem(block, item));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue