Some optimization and tweaks
- infusion ritual tweak; - hydrotermal vent block entity tweak;
This commit is contained in:
parent
edf82ce363
commit
9b1776879b
9 changed files with 49 additions and 58 deletions
|
@ -66,7 +66,7 @@ public class InfusionRecipe implements Recipe<InfusionRitual>, BetterEndRecipe {
|
|||
|
||||
@Override
|
||||
public ItemStack assemble(InfusionRitual ritual) {
|
||||
return this.output.copy();
|
||||
return output.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue