Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
c96c02af23
173 changed files with 11033 additions and 47 deletions
|
|
@ -260,6 +260,16 @@ function registerTFGItemSize(event) {
|
|||
"very_light",
|
||||
"ae2_small_parts"
|
||||
);
|
||||
|
||||
event.itemSize("tfg:lab_equipment", "normal", "medium", "lab_equipment/lab_equipment");
|
||||
event.itemSize("tfg:dirty_lab_equipment", "normal", "medium", "lab_equipment/dirty_lab_equipment");
|
||||
event.itemSize("gtceu:petri_dish", "tiny", "light", "gtceu/petri_dish");
|
||||
|
||||
// These items don't like to have their size changed for some reason.
|
||||
// This is the only combination that I could get to work. V
|
||||
event.itemSize("tfg:beaker", "large", "heavy", "tfg/beaker");
|
||||
event.itemSize("tfg:flask", "normal", "medium", "tfg/flask");
|
||||
event.itemSize("tfg:vial", "tiny", "light", "tfg/vial");
|
||||
}
|
||||
|
||||
//up, down, horizontal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue