Merge pull request #2288 from khjxiaogu/patch-1

Add Gantry Shaft Impact
This commit is contained in:
simibubi 2021-11-20 13:20:56 +01:00 committed by GitHub
commit 1d143e9271
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();