mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 10:03:45 +01:00
Merge pull request #2288 from khjxiaogu/patch-1
Add Gantry Shaft Impact
This commit is contained in:
commit
1d143e9271
1 changed files with 1 additions and 0 deletions
|
@ -773,6 +773,7 @@ public class AllBlocks {
|
||||||
existing.getLocation())
|
existing.getLocation())
|
||||||
.texture("2", p.modLoc("block/" + c.getName() + powered + flipped));
|
.texture("2", p.modLoc("block/" + c.getName() + powered + flipped));
|
||||||
}))
|
}))
|
||||||
|
.transform(BlockStressDefaults.setNoImpact())
|
||||||
.item()
|
.item()
|
||||||
.transform(customItemModel("_", "block_single"))
|
.transform(customItemModel("_", "block_single"))
|
||||||
.register();
|
.register();
|
||||||
|
|
Loading…
Reference in a new issue