Skip to content

Commit 918a3e8

Browse files
committed
fix builds
1 parent d200595 commit 918a3e8

File tree

10 files changed

+2
-72212
lines changed

10 files changed

+2
-72212
lines changed
-9.61 KB
Binary file not shown.

misc/LICENSE-Paulscode IBXM Library.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

misc/LICENSE-Paulscode SoundSystem CodecIBXM.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

misc/README.txt

Whitespace-only changes.
-9.65 KB
Binary file not shown.

misc/examples/example-1.0.5.zip

-12.1 KB
Binary file not shown.

misc/mcp-notch.srg

Lines changed: 0 additions & 36083 deletions
This file was deleted.

misc/mcp-srg.srg

Lines changed: 0 additions & 36076 deletions
This file was deleted.

src/main/java/rml/loader/core/RMLTransformer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public static void initForgeTransformers(){
213213
register("net.minecraftforge.common.crafting.CraftingHelper",
214214
(cn)->{
215215
Tasks tasks = new Tasks("init", "getItemStack", "getItemStackBasic");
216-
ListIterator<MethodNode> iterator = cn.listIteator();
217216

218217
for(MethodNode mn:cn.methods){
219218
/**
@@ -231,7 +230,7 @@ public static void initForgeTransformers(){
231230
}, (node) -> node.getOpcode() == Opcodes.RETURN);
232231
tasks.complete("init");
233232
} else if ("getItemStack".equals(mn.name) || "getItemStackBasic".equals(mn.name)){
234-
mn.
233+
//mn.
235234
// mn.instructions.clear();
236235
// mn.visitVarInsn(Opcodes.ALOAD, 0);
237236
// mn.visitVarInsn(Opcodes.ALOAD, 1);

src/main/java/rml/loader/deserialize/RMLLoaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public static void load(){
309309
try
310310
{
311311
byte[] cfg = FileHelper.getByteSource(file).read();
312-
ConfigPatcher.OWNED_CONFIGS.put(ConfigFactory.addConfig(name, key.getResourcePath(), cfg), key.getNamespace());
312+
ConfigPatcher.OWNED_CONFIGS.put(ConfigFactory.addConfig(name, key.getPath(), cfg), key.getNamespace());
313313
asm_data.get(null).put(key.getNamespace(), HashMultimap.create());
314314
}
315315
catch (IOException e)

0 commit comments

Comments
 (0)