mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 06:24:29 +01:00
PR fix-up
This commit is contained in:
parent
b6e8f0128c
commit
416a509f7a
@ -189,7 +189,7 @@ public class SuperGlueSelectionHandler {
|
|||||||
|
|
||||||
if (!isGlue(player.getMainHandItem()))
|
if (!isGlue(player.getMainHandItem()))
|
||||||
return false;
|
return false;
|
||||||
if(!player.mayBuild())
|
if (!player.mayBuild())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (attack) {
|
if (attack) {
|
||||||
|
@ -179,7 +179,14 @@ public class CreateRegistrateTags {
|
|||||||
helper.add(Mods.BOP, "fir", "redwood", "cherry", "mahogany", "jacaranda", "palm", "willow", "dead",
|
helper.add(Mods.BOP, "fir", "redwood", "cherry", "mahogany", "jacaranda", "palm", "willow", "dead",
|
||||||
"magic", "umbran", "hellbark");
|
"magic", "umbran", "hellbark");
|
||||||
helper.add(Mods.BSK, "bluebright", "starlit", "frostbright", "lunar", "dusk", "maple", "cherry");
|
helper.add(Mods.BSK, "bluebright", "starlit", "frostbright", "lunar", "dusk", "maple", "cherry");
|
||||||
|
helper.add(Mods.ENV, "cherry", "willow", "wisteria");
|
||||||
|
helper.add(Mods.ATM, "aspen", "kousa", "yucca", "morado");
|
||||||
|
helper.add(Mods.ATM_2, "rosewood", "grimwood");
|
||||||
|
helper.add(Mods.GOOD, "muddy_oak", "cypress");
|
||||||
|
helper.add(Mods.BMK, "blighted_balsa", "willow", "swamp_cypress", "ancient_oak");
|
||||||
|
|
||||||
|
TagGen.addOptional(logAppender, Mods.IX, "stripped_luminous_stem");
|
||||||
|
TagGen.addOptional(woodAppender, Mods.IX, "stripped_luminous_hyphae");
|
||||||
TagGen.addOptional(logAppender, Mods.BYG, "stripped_bulbis_stem");
|
TagGen.addOptional(logAppender, Mods.BYG, "stripped_bulbis_stem");
|
||||||
TagGen.addOptional(woodAppender, Mods.BYG, "stripped_bulbis_wood");
|
TagGen.addOptional(woodAppender, Mods.BYG, "stripped_bulbis_wood");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user