Item sizes (#1778)
* Item sizes and some helpful tags * Try putting item sizes in a KJS script (NOT TESTED) * Move Greate tags to KJS, add sizes for various pipes and cables * Whoops, accidentally overrode tiny pipe size * Air duct sizes * Prettier config and tags moved to JS - Added `.prettierrc` file, which configures the tab width and code wrapping point for the Prettier formatter. - Moved remaining tags from JSON to JS files. * Delete floating carpet tag JSON Signed-off-by: KonSola5 <125081901+KonSola5@users.noreply.github.com> --------- Signed-off-by: KonSola5 <125081901+KonSola5@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
dd5fa10ae1
commit
033b411363
18 changed files with 3283 additions and 2752 deletions
1
kubejs/data/tfc/tfc/item_sizes/double_sheets.json
Normal file
1
kubejs/data/tfc/tfc/item_sizes/double_sheets.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "ingredient": { "tag": "forge:double_plates" }, "size": "large", "weight": "heavy" }
|
||||
13
kubejs/data/tfc/tfc/item_sizes/ingots.json
Normal file
13
kubejs/data/tfc/tfc/item_sizes/ingots.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": {
|
||||
"type": "forge:difference",
|
||||
"base": { "tag": "forge:ingots" },
|
||||
"subtracted": [
|
||||
{ "item": "minecraft:brick" },
|
||||
{ "item": "minecraft:nether_brick" },
|
||||
{ "item": "minecraft:clay_ball" }
|
||||
]
|
||||
},
|
||||
"size": "large",
|
||||
"weight": "medium"
|
||||
}
|
||||
13
kubejs/data/tfc/tfc/item_sizes/sheets.json
Normal file
13
kubejs/data/tfc/tfc/item_sizes/sheets.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": {
|
||||
"type": "forge:difference",
|
||||
"base": { "tag": "forge:plates" },
|
||||
"subtracted": [
|
||||
{ "item": "minecraft:paper" },
|
||||
{ "item": "gtceu:wood_plate" },
|
||||
{ "item": "gtceu:treated_wood_plate" }
|
||||
]
|
||||
},
|
||||
"size": "large",
|
||||
"weight": "medium"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue