homing tnt use vanilla tnt top/bottom
This commit is contained in:
parent
8db7889b22
commit
b8240c61c2
@ -38,7 +38,7 @@ mod_name=Enhanced Explosives
|
||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=All Rights Reserved
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=0.9.8
|
||||
mod_version=0.9.9
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
@ -28,12 +28,12 @@ public class ModBlockStateProvider extends BlockStateProvider {
|
||||
sideTopBottom(blocks.TNT_128);
|
||||
sideTopBottom(blocks.TNT_ENDER);
|
||||
sideTopBottom(blocks.TNT_CLAYMORE);
|
||||
sideTopBottom(blocks.TNT_HOMING);
|
||||
SideTop(blocks.TNT_BLACK_HOLE);
|
||||
SideOnlyTNT(blocks.TNT_CLUSTER_2);
|
||||
SideOnlyTNT(blocks.TNT_CLUSTER_4);
|
||||
SideOnlyTNT(blocks.TNT_CLUSTER_8);
|
||||
SideOnlyTNT(blocks.TNT_SELECTIVE);
|
||||
SideOnlyTNT(blocks.TNT_HOMING);
|
||||
}
|
||||
|
||||
private void blockWithItem(RegistryObject<Block> blockRegistryObject) {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 108 B |
Binary file not shown.
Before Width: | Height: | Size: 248 B |
Loading…
x
Reference in New Issue
Block a user