Networking fix

This commit is contained in:
Aleksey 2020-10-01 21:51:52 +03:00
parent 0f82dbc35f
commit adc7849c10
5 changed files with 21 additions and 21 deletions

View file

@ -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;