Networking fix
This commit is contained in:
parent
0f82dbc35f
commit
adc7849c10
5 changed files with 21 additions and 21 deletions
|
@ -113,7 +113,7 @@ public class AlloyingRecipe implements Recipe<Inventory> {
|
|||
|
||||
public static Builder create(String id) {
|
||||
INSTANCE.id = BetterEnd.getResId(id);
|
||||
INSTANCE.group = String.format("%s:%s", GROUP, id);
|
||||
INSTANCE.group = String.format("%s_%s", GROUP, id);
|
||||
INSTANCE.primaryInput = null;
|
||||
INSTANCE.secondaryInput = null;
|
||||
INSTANCE.output = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue