Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huige233 committed Apr 19, 2022
1 parent 400d724 commit eb26a7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/main/java/huige233/transcend/blocks/BlockBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ public void registerModels() {
Main.proxy.registerItemRenderer(Item.getItemFromBlock(this), 0, "inventory");
}

public boolean hasCustomEntity(ItemStack stack) {
return true;
}

public Entity createEntity(World world, Entity location, ItemStack itemstack) {
return new fireimmune(world,location,itemstack);
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"parent" : "transcend:block/flawless"
"parent" : "transcend:block/flawless_block"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"parent" : "transcend:transcend_block"
"parent" : "transcend:transcend_block_block"
}

0 comments on commit eb26a7f

Please sign in to comment.