Remove eternal fabric references
This commit is contained in:
parent
816178f1bf
commit
0830deb4aa
5 changed files with 0 additions and 17 deletions
|
@ -31,7 +31,6 @@ public class DimensionalTrapdoorBlock extends TrapdoorBlock implements RiftProvi
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public BlockEntity createBlockEntity(BlockView blockView) {
|
||||
return new EntranceRiftBlockEntity();
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"fluid": {
|
||||
"model": "forge:fluid",
|
||||
"custom": { "fluid": "eternal_fabric" }
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": { "all": "dimdoors:block/eternal_fabric" }
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "dimdoors:block/eternal_fabric"
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in a new issue