mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-15 00:37:09 +01:00
Bringing the Cheat, part II
- Fixed signs retaining itemstack data in schematics when the mod "Amendments" is installed #6961
This commit is contained in:
parent
e3331d363d
commit
240f661913
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ public final class NBTProcessors {
|
||||||
if (textComponentHasClickEvent(stringTag.getAsString()))
|
if (textComponentHasClickEvent(stringTag.getAsString()))
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
if (data.contains("front_item") || data.contains("back_item"))
|
||||||
|
return null; // "Amendments" compat: sign data contains itemstacks
|
||||||
return data;
|
return data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue