mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 03:53:12 +01:00
Add Gantry Shaft Impact
This commit is contained in:
parent
2db2892033
commit
e612294c15
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue