Small namespace change
This commit is contained in:
parent
acfe5eade7
commit
72a402365d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class AdornIntegration extends ModIntegration {
|
||||||
Method create = getMethod(adornBlockBuilder, "create", blockVariant);
|
Method create = getMethod(adornBlockBuilder, "create", blockVariant);
|
||||||
Object builder = executeMethod(adornBlockBuilder, create, testVariant);
|
Object builder = executeMethod(adornBlockBuilder, create, testVariant);
|
||||||
getAndExecuteRuntime(builder, "withEverything");
|
getAndExecuteRuntime(builder, "withEverything");
|
||||||
getAndExecuteRuntime(builder, "registerIn", "adorn");
|
getAndExecuteRuntime(builder, "registerIn", BetterEnd.MOD_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue