mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:11:35 +01:00
PR fix-up
This commit is contained in:
parent
b6e8f0128c
commit
416a509f7a
2 changed files with 8 additions and 1 deletions
|
@ -189,7 +189,7 @@ public class SuperGlueSelectionHandler {
|
|||
|
||||
if (!isGlue(player.getMainHandItem()))
|
||||
return false;
|
||||
if(!player.mayBuild())
|
||||
if (!player.mayBuild())
|
||||
return false;
|
||||
|
||||
if (attack) {
|
||||
|
|
|
@ -179,7 +179,14 @@ public class CreateRegistrateTags {
|
|||
helper.add(Mods.BOP, "fir", "redwood", "cherry", "mahogany", "jacaranda", "palm", "willow", "dead",
|
||||
"magic", "umbran", "hellbark");
|
||||
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(woodAppender, Mods.BYG, "stripped_bulbis_wood");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue