Add Gantry Shaft Impact

This commit is contained in:
khj xiaogu 2021-10-26 00:33:02 +08:00 committed by GitHub
parent 2db2892033
commit e612294c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -773,6 +773,7 @@ public class AllBlocks {
existing.getLocation())
.texture("2", p.modLoc("block/" + c.getName() + powered + flipped));
}))
.transform(BlockStressDefaults.setNoImpact())
.item()
.transform(customItemModel("_", "block_single"))
.register();