Added more configs
This commit is contained in:
parent
b43b91f158
commit
1aa3d25872
|
|
@ -116,12 +116,11 @@ public class Configs {
|
||||||
"minecraft:waterlily",
|
"minecraft:waterlily",
|
||||||
"minecraft:cake",
|
"minecraft:cake",
|
||||||
"animania:block_trough",
|
"animania:block_trough",
|
||||||
"animania:block_invisiblock",
|
"animania:invisiblock",
|
||||||
"colossalchests:*",
|
"colossalchests:*",
|
||||||
"ic2:*",
|
"ic2:*",
|
||||||
"bigreactors:*",
|
"bigreactors:*",
|
||||||
"forestry:*",
|
"forestry:*",
|
||||||
"tconstruct:*",
|
|
||||||
"rustic:*",
|
"rustic:*",
|
||||||
"botania:*",
|
"botania:*",
|
||||||
"astralsorcery:*",
|
"astralsorcery:*",
|
||||||
|
|
@ -185,8 +184,20 @@ public class Configs {
|
||||||
"cfm:modern_bed_*",
|
"cfm:modern_bed_*",
|
||||||
"cfm:grand_chair_*",
|
"cfm:grand_chair_*",
|
||||||
"cfm:fridge",
|
"cfm:fridge",
|
||||||
"cfm:freezer"
|
"cfm:freezer",
|
||||||
|
"architecturecraft:*",
|
||||||
|
"blockcraftery:*",
|
||||||
|
"dakimakuramod:*",
|
||||||
|
"stackable:*",
|
||||||
|
"placeableitems:*",
|
||||||
|
"dumpsterdiving:powergrinder",
|
||||||
|
"dumpsterdiving:poweringot",
|
||||||
|
"dumpsterdiving:trash_furn",
|
||||||
|
"dumpsterdiving:powerprocessor",
|
||||||
|
"dumpsterdiving:rep_casing",
|
||||||
|
"dumpsterdiving:trash_furn_g",
|
||||||
|
"dumpsterdiving:trash_furn_n",
|
||||||
|
"*door*"
|
||||||
};
|
};
|
||||||
|
|
||||||
@Comment("Entities that cannot be picked up")
|
@Comment("Entities that cannot be picked up")
|
||||||
|
|
@ -206,7 +217,10 @@ public class Configs {
|
||||||
"animania:hedgehog*",
|
"animania:hedgehog*",
|
||||||
"animania:cart",
|
"animania:cart",
|
||||||
"animania:wagon",
|
"animania:wagon",
|
||||||
"mynko:*"
|
"mynko:*",
|
||||||
|
"astikorcarts:*",
|
||||||
|
"dakimakuramod:*",
|
||||||
|
"tektopia:*"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user