From 7a3c5647b3d48a96f0e352f7c99deb2bfe1ba6f7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 21:32:45 +0100 Subject: [PATCH 1/8] removed sparks_on_sulfur tag --- kubejs/server_scripts/beneath/tags.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/beneath/tags.js b/kubejs/server_scripts/beneath/tags.js index 6c21cc8e4..958e2f1b1 100644 --- a/kubejs/server_scripts/beneath/tags.js +++ b/kubejs/server_scripts/beneath/tags.js @@ -30,4 +30,6 @@ const registerBeneathItemTags = (event) => { event.add('forge:ores', 'beneath:ore/nether_cursecoal') event.add('forge:ores', 'beneath:ore/blackstone_sylvite') + + event.remove('beneath:sparks_on_sulfur') } \ No newline at end of file From b1187d43ef426fa93732fd0c29958dd2e2021520 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 2 Jun 2025 10:30:47 +0100 Subject: [PATCH 2/8] removed ftb-quests-optimizer because it's causing problems with quests not completing --- pakku-lock.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 0352e7891..baa265558 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -3385,42 +3385,6 @@ } ] }, - { - "pakku_id": "oMcIAiCt9qNIFN4G", - "type": "MOD", - "slug": { - "curseforge": "ftb-quests-optimizer" - }, - "name": { - "curseforge": "FTB Quests Optimizer" - }, - "id": { - "curseforge": "912469" - }, - "files": [ - { - "type": "curseforge", - "file_name": "FTBQuestsOptimizer-forge-2.0.5-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6083/498/FTBQuestsOptimizer-forge-2.0.5-1.20.1.jar", - "id": "6083498", - "parent_id": "912469", - "hashes": { - "sha1": "18458645cbc3436142332eeab910e679f13a76b9", - "md5": "f6decadcb493728713782fe4d95bed8f" - }, - "required_dependencies": [], - "size": 14007, - "date_published": "2025-01-13T14:18:12.917Z" - } - ] - }, { "pakku_id": "f6XvOldUCm8jt51o", "pakku_links": [ From 043e1655d0ad315e3611e55243f45ee94dbdb2b4 Mon Sep 17 00:00:00 2001 From: eso Date: Mon, 2 Jun 2025 09:05:15 -0700 Subject: [PATCH 3/8] add the create toolbox to the list of unsortable inventories (#1120) * add the create toolbox to the list of unsortable inventories * changelog update --- CHANGELOG.md | 1 + config/invtweaks-client.toml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a23a4760..255d22fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - Added Wine utensils recipes for GT (#1111) @JeanRdS - Fixed kaolin clay duping (#1099) @SpicyNoodle5 - Fixed TFC sugar recipes so they can now use any sugar (#1099) @SpicyNoodle5 +- add the create toolbox to the list of unsortable inventories (#1120) @esotericist ## [0.9.9] - 30.05.2025 ### Changes diff --git a/config/invtweaks-client.toml b/config/invtweaks-client.toml index bfe04c8fc..8244f443e 100644 --- a/config/invtweaks-client.toml +++ b/config/invtweaks-client.toml @@ -133,6 +133,10 @@ containerClass = "net.dries007.tfc.client.screen.*" sortRange = "" + [[sorting.containerOverrides]] + containerClass = "com.simibubi.create.content.equipment.toolbox.ToolboxMenu" + sortRange = "" + #Tweaks [tweaks] #Enable auto-refill From c87af7bf1628b23a8ab3f7231763c5f7e571be61 Mon Sep 17 00:00:00 2001 From: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:07:24 +1000 Subject: [PATCH 4/8] Change lv chem reactor quest to require any container with rubber instead of a rubber bucket (#1116) Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> --- config/ftbquests/quests/chapters/lv__low_voltage.snbt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 2ae4ff714..bed75d265 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -650,7 +650,13 @@ } { id: "7DA8B08CC879617F" - item: "gtceu:rubber_bucket" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(nbt(fuzzy:{fluid:{FluidName:\"gtceu:rubber\"}})nbt(fuzzy:{Fluid:{FluidName:\"gtceu:rubber\"}})item(gtceu:rubber_bucket))" + } + } type: "item" } ] From da452c88e31b4f0e574995f5bf3790ac9017725e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 2 Jun 2025 21:15:32 +0100 Subject: [PATCH 5/8] fixed some field guide pages --- .../field_guide/en_us/entries/mechanics/fishing_nets.json | 2 +- .../field_guide/en_us/entries/tfg_tips/anvil_working_guide.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fishing_nets.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fishing_nets.json index 22ef09b61..197b7da73 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fishing_nets.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/fishing_nets.json @@ -2,7 +2,7 @@ "name": "Fishing Nets", "icon": "tfg:fishing_net/brass", "category": "tfc:mechanics", - "priority": true, + "read_by_default": true, "pages": [ { "type": "patchouli:spotlight", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/anvil_working_guide.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/anvil_working_guide.json index bf5a7b468..118aad884 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/anvil_working_guide.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/anvil_working_guide.json @@ -2,7 +2,7 @@ "name": "Anvil Working Guide", "icon": "gtceu:red_steel_hammer", "category": "tfc:tfg_tips", - "read_by_default": false, + "read_by_default": true, "priority": false, "pages": [ From e8938115ca7a289253876d2f67a63eb1c5d0028f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 2 Jun 2025 21:15:40 +0100 Subject: [PATCH 6/8] fixed assembler crafting recipe for item silos --- kubejs/server_scripts/create_connected/recipes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/create_connected/recipes.js b/kubejs/server_scripts/create_connected/recipes.js index eb1860fea..c0eaa78a8 100644 --- a/kubejs/server_scripts/create_connected/recipes.js +++ b/kubejs/server_scripts/create_connected/recipes.js @@ -47,7 +47,7 @@ const registerCreateConnectedRecipes = (event) => { }).id('create_connected:crafting/kinetics/item_silo') event.recipes.gtceu.assembler('tfg:create_connected/item_silo') - .itemInputs('3x #forge:chests/wooden', '#forge:sheets/wrought_iron', '2x #forge:screws/wrought_iron') + .itemInputs('#forge:chests/wooden', '#forge:sheets/wrought_iron', '2x #forge:screws/wrought_iron') .circuit(10) .itemOutputs('create_connected:item_silo') .duration(200) From 52dcc540891afbb6790eab0a7ff446d1ab8f17ae Mon Sep 17 00:00:00 2001 From: Spicy Noodles <93035068+SpicyNoodle5@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:45:47 +0100 Subject: [PATCH 7/8] Add Optional Bacon Quest (#1122) * Add bacon quest * Fix merging issue * Changelog --------- Signed-off-by: Pyritie Co-authored-by: Pyritie --- CHANGELOG.md | 3 +- .../quests/chapters/queststfc_tips.snbt | 108 +++++++++++++++--- kubejs/assets/tfg/lang/en_us.json | 4 + 3 files changed, 99 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255d22fc6..89f2e7ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ - Added Wine utensils recipes for GT (#1111) @JeanRdS - Fixed kaolin clay duping (#1099) @SpicyNoodle5 - Fixed TFC sugar recipes so they can now use any sugar (#1099) @SpicyNoodle5 -- add the create toolbox to the list of unsortable inventories (#1120) @esotericist +- Added optional quest for bacon (#1122) @SpicyNoodle5 +- Add the create toolbox to the list of unsortable inventories (#1120) @esotericist ## [0.9.9] - 30.05.2025 ### Changes diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 4ee385d49..219a9f019 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1236,7 +1236,7 @@ type: "item" }] title: "{quests.tfg_tips.refrigerator.title}" - x: 8.0d + x: 9.0d y: -17.0d } { @@ -1606,7 +1606,7 @@ type: "checkmark" }] title: "{quests.tfg_tips.passive_preservation.title}" - x: 6.0d + x: 6.5d y: -15.5d } { @@ -1627,7 +1627,7 @@ type: "item" }] title: "{quests.tfg_tips.get_milk.title}" - x: 4.0d + x: 4.5d y: -8.5d } { @@ -1648,7 +1648,7 @@ type: "item" }] title: "{quests.tfg_tips.get_meat.title}" - x: 5.0d + x: 5.5d y: -8.5d } { @@ -1669,7 +1669,7 @@ type: "item" }] title: "{quests.tfg_tips.get_fruit.title}" - x: 7.0d + x: 7.5d y: -8.5d } { @@ -1690,7 +1690,7 @@ type: "item" }] title: "{quests.tfg_tips.get_grain.title}" - x: 8.0d + x: 8.5d y: -8.5d } { @@ -1711,7 +1711,7 @@ type: "item" }] title: "{quests.tfg_tips.get_veggie.title}" - x: 6.0d + x: 6.5d y: -8.5d } { @@ -1746,7 +1746,7 @@ } ] title: "{quests.tfg_tips.process_grain.title}" - x: 8.0d + x: 8.5d y: -12.5d } { @@ -1809,7 +1809,7 @@ } ] title: "{quests.tfg_tips.brine_something.title}" - x: 6.0d + x: 6.5d y: -9.5d } { @@ -1873,7 +1873,7 @@ } ] title: "{quests.tfg_tips.pickle_something.title}" - x: 6.0d + x: 6.5d y: -12.5d } { @@ -1918,7 +1918,7 @@ } ] title: "{quests.tfg_tips.dry_fruit.title}" - x: 7.0d + x: 7.5d y: -11.0d } { @@ -1960,7 +1960,7 @@ } ] title: "{quests.tfg_tips.salt_meat.title}" - x: 5.0d + x: 5.5d y: -10.5d } { @@ -2009,7 +2009,7 @@ } ] title: "{quests.tfg_tips.smoke_meat.title}" - x: 5.0d + x: 5.5d y: -11.5d } { @@ -2049,7 +2049,7 @@ } ] title: "{quests.tfg_tips.cook_meat.title}" - x: 5.0d + x: 5.5d y: -13.5d } { @@ -3626,7 +3626,7 @@ type: "item" }] title: "{quests.tfg_tips.vessel_preservation.title}" - x: 6.0d + x: 6.5d y: -16.5d } { @@ -5225,6 +5225,84 @@ x: -2.5d y: 6.0d } + { + dependencies: ["1FC019B45383695E"] + description: ["{quests.tfg_tips.bacon.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:food": { + creationDate: -2L + traits: [ ] + } + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "firmalife:food/bacon" + } + id: "27FD6D86233B3C8D" + shape: "heart" + subtitle: "{quests.tfg_tips.bacon.subtitle}" + tasks: [ + { + icon: { + Count: 1 + ForgeCaps: { + "tfc:food": { + creationDate: -9223372036854775808L + traits: [ + "tfc:brined" + "firmalife:smoked" + ] + } + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:food/pork" + } + id: "450B578B4B128D69" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "custom(HasPreservation/firmaciv:smoked)item(tfc:food/pork)" + } + } + title: "{quests.tfg_tips.bacon.task}" + type: "item" + } + { + id: "7B835DA2FEF500F1" + item: "tfc:powder/salt" + type: "item" + } + { + id: "267439967946EA29" + item: { + Count: 1 + ForgeCaps: { + "tfc:food": { + creationDate: -2L + traits: [ ] + } + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "firmalife:food/bacon" + } + type: "item" + } + ] + title: "{quests.tfg_tips.bacon.title}" + x: 4.75d + y: -12.5d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index e221360df..58c2c5d49 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -2226,6 +2226,10 @@ "quests.tfg_tips.smoke_meat.subtitle": "Smokey", "quests.tfg_tips.smoke_meat.desc": "You can hang up to 8 slices of &aRaw Meat&r on a &bString&r that's placed over a &cLit Campfire&r to smoke it. Keep in mind that the meat &lmust be brined first.&r \nIt may also be &dsalted&r before smoking.", "quests.tfg_tips.smoke_meat.task": "A hunk of Smoked Meat", + "quests.tfg_tips.bacon.title": "Bacon", + "quests.tfg_tips.bacon.subtitle": "Crispy", + "quests.tfg_tips.bacon.desc": "&aBacon&r can be made from &bSmoked Pork&r and a pinch of salt giving &d4 times&r the amount of meat!\n\nNote that the pork &lhas to be smoked&r before it can be turned into bacon.", + "quests.tfg_tips.bacon.task": "A hunk of Smoked Pork", "quests.tfg_tips.cook_meat.title": "Meat Preservation: Cooking", "quests.tfg_tips.cook_meat.subtitle": "Pretty obvious in hindsight.", "quests.tfg_tips.cook_meat.desc": "Cooking can potentially provide its own preservation traits. You should cook &aMeat&r either in a &bWrought Iron Grill&r or a &bTop Oven!&r\nOther cooking methods may not provide any trait at all or may even give negative traits that lower shelf life.\n\n&3&lTip:&r&o &bWrought Iron Grills&f can be part of the &dOven&f structure.", From 6a26c9b6e2cede704f8ed3cca115ddc33fee72c3 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:17:52 -0500 Subject: [PATCH 8/8] - Added loot table to piglin disguise and updated its texture. (#1123) - Reformated lootjs file --- .../tfg/textures/block/piglin_disguise.png | Bin 2465 -> 2225 bytes .../blocks/piglin_disguise_block.json | 20 ++++++++++++++++++ kubejs/server_scripts/main_server_script.js | 1 + .../{loot_tables.block.js => loot_tables.js} | 7 +++--- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json rename kubejs/server_scripts/tfg/{loot_tables.block.js => loot_tables.js} (98%) diff --git a/kubejs/assets/tfg/textures/block/piglin_disguise.png b/kubejs/assets/tfg/textures/block/piglin_disguise.png index c9d15b8ebaeee90837649002f0a5279a35704c22..a7793f207045a25059a80953fc4cdece083c2fa4 100644 GIT binary patch delta 2213 zcmV;W2wL}{6R{DHB!2;OQb$4nuFf3k000PUNkl|1B) zv@>*UftDS#iU`C~B#M}b82&I4gNQLi|1`!>{R53gi6ViZLPA6#RYC%^GcXne3Z!V; z5xUGwna*@NYu|e_Z@cgA*FT0n`Y0{^LlaEy=dX9q``xqr&VRY*+$%W6&K=K1)6PC{c6C%=qR1-O(c;lX(q4y^C0Cy zf$QrN=t8Ap8h3Qb9q;fW>eC<0*c{@0W{1=g~s-zMI0B_BDoOop? zw&$^C%PoB8?tA{H39BaH<(FPSQ6#;+{XkR==vcoVKQoV^shEb&jaOgF=z)VI3>|=k zp&^8zRB-{QSQhz0p{9|B`g#({B!;Helt1^ty-_-0B7cCzTpmSH*r59?Nr9#)OuhIF zKe=sdbnjC`HAxs47>LHl$NwvdsrKkhna&=apsg{DAGG`!hg-T-x`HMNPAs7QcC{t$b({NXeipcb?Z4LNS=BzIJhHv_@UoKrH{5ay?;hHZuBqJh z{d*XG_?LJ=h$PRQCyp>Rd4w>8CR;ljZt?#`B1cQ;4mE*ZeV%x2#sskQ93?Bx~HG{1OMi{fz`O4 zkM9S3_JUPNDNqr3zD+_`X%5QRQseSX>mdw52wK(+P^#Dju1~5GQOsr7cQGdu6 zzIt=yOTm$;IWiRmKMJ{Spp8tyCf$1hU;5hZXPm9+#Vmdhp6Tz?Eal5JC)$T5;Mo5C zWae{BADf{*VeOG4nOj0P@ zsJf0lvw#pfnx^907Mi9Y5d@BlZGSuHra@X!xa!LDnVg!UQgM*LvE4&w?QCCHJNto` zwr#7f-0QY&^UoBYOqd8E&KfW7`{u1t$~5tVm8FuOK1#V*r0ar1=Fwo%O#cDc+{-le6Xj;?_X1Yw9*EHFDW&42n!Hla6l z!+X2>;Ol#6s!MXwd3}UPL@CS2JBRt{AOBKa0nh*L-YAzT5&_ebM``QornNcEVy1}Y zxVZToUA=4g#dL*2v;G02~;ylA_&m@O3e&PA*i4r zgrKgq11Tk$Opd_usZXVe%nma7_fMc82tg*15>|Eg5k?`IYzbtNRDU{&VQAzFwQZsWj7296&) z&XN-mYC0)Hrzw?WaVbv_g?Obrij?T8g6#*`euxwix&klm9iw8qT)3_e*R?2EwVhiI z1CoYL(lk&T4I{bXE&u{ z2`N=Nni>gvx+$iTxW13+R>;oJQK?uIizQZdw9=p`qybgcuzwzBm&COEh=8&p} zA!;|Q`ecHIqkyu~?u+hO;sudKYHN{OZ@lpT-Z z;b8~@q97oX$$#M34(;8mNz~Po&t?d0i@>qb6@|&;GaP*T9ZJhfrKSz>gB!1oW~U~p(^T9rM1MC;8e5ua=;-8%n{EK$&1at@ zcj5%9l;kT8QVQzc`xt8OTtyf}By}BO7|cyiqp1pxWg&&Yay^1@B#4z(wbZB%p?HPVrd2g- z)E0_Yi&{0J_V#)Ii0_Ac?>WzTetOQm_dG;%Q+-ahD{KG&fYZ=G7j>?h|AB@1oJ&0Y zr_Y7e&%hQ70I>7@2L?cPF6ew_VW_KR8Irq}>6GGdU$|3aaSD6Z*V~t$_b(=4jbd+m z1T5uYL^W$%avcS=#u?4Vc^GSQ@QN7Y@w$toMiN?cjy!xz?fTNkQ58Ul4eH(QVjgEPXF(o&G9ZFT?1D>1OR^rvVF# z&br-(t8HC#pX*N~!dBp@lne^Ioew>hKL!Fc?ng9 zCLRtwZ7C?Vvps9klsftRFM<48+^!&I+kRWtTvNWgSIR$uMVIipcJC%I9DN`6GS6`3 zH5uTU3BYO&#vE#Bo&0&DQ8jQV zu)?JM81=F}AoZJ7WZ>y93)041X|RXsLmX~9<>8rJDX}T?B-LH%-%O}2h1ONbyDF@q z4OP&2tV~>-C{Rmou9o_CYsMxC?}qY(4n|+UXgK+H#N%y&xTifRVC}{W!P2Rd4Q#|# z@}yz-&0xf~xKmvS`>0g~`n1?*st#%YqJ3%U{WTGh%T9+A);NB>?V`h{sLhpdx?p3_ z+K_6{>Ybv#r$wjZ^;`at{pC?j9qZfaBsb|KGFy%wuzoh3^whLrBr<;vn`~p`Vql2y z81@MEljG}GECyndltf}Qg_!5{k^?HM7iJSWI{h*1I!1!hN(v+j=)YYa%clTb6JSvrXUxuW%k#PIfHhHo(f2)Bi{d1|!1ws;rBx$aAR6BQF zst6IMy^^`aba&-1%O6v*0RE4^lYV9vM#43Af;8)$nWj9Asd&Dg2%J9UFGcacz6Fr=TB;3Y+S@aI-j0-5 zs3O~_a?0}`gCp(42vLqqjtwV4^WSBT;xVwPfzYC`{y=VR=Z{rpH}alG8Xdfwq>Uu! zlpmBhE>7TDo?A(o36mYmP~(R@;If0Z#anYtc|eaEJBLUlgVc>YQ-iYazrKt~D9Amd zKMn=zLl(Nk5xZ+qvD3JumL+tHWQ&4Hn(#R3cUSti#btl%1(LwkM9EnTdziW1u4lsa z^Jq*R4>ww=I@2!%|0WZpuVlf4GMZXK`DuHKh|1_6Y%JaP_~YXb4oU0WfW5O>_@@e+ z>q%g=d)m;LM%#wD#_h`FkrTmt?8E z>Z4~u98xdUkYBK(641$-R7I7>Xdaq8N2WSPCA2!QA#23W4Lj z$v*$vD-xt9iYUMbuIMM?+FD#W3-rOuE|ZXXqle#=GM0p2Daf=`0eBuX9Nb9GrhyaoCUpi7+k5{3bt+sp=enLnMVR8I@N@_93CPCe_*YZ6q z2kNPiwT@`FNw-vNmKPs2(gb<35g3#23B(2^;M6<64onbi4)wX-=5UT|s;zvGp@%j- zj(#&}QuTl|_M>E@yGh{?2y;H~BComH2}zv~Zd>TWPKkkWj-5UK<=q~TkkEM&mJGu( z3eyy8Kp&m(YBxtksoII z-X*|k=hyOyehvlP+wmsMD3v6EueR2Mqqe#2iX=-Gw$2Yt1Q!*+Lo7b%6h{0C#Y7-7;IE ss^%1qsZCh)?*_(ME^gTWYyFhz9ikh44KlNQ{&N8g@0#jTw4G!B2k_aePyhe` diff --git a/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json b/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json new file mode 100644 index 000000000..32e03b788 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:piglin_disguise_block" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 3dc3f3ca7..7f77008b8 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -141,6 +141,7 @@ LootJS.modifiers((event) => { registerLootrLoots(event) registerPrimitiveCreatesLoots(event) registerTFCLoots(event) + registerTFGLoots(event) }); /** diff --git a/kubejs/server_scripts/tfg/loot_tables.block.js b/kubejs/server_scripts/tfg/loot_tables.js similarity index 98% rename from kubejs/server_scripts/tfg/loot_tables.block.js rename to kubejs/server_scripts/tfg/loot_tables.js index 4e7cef3b7..f9644fbba 100644 --- a/kubejs/server_scripts/tfg/loot_tables.block.js +++ b/kubejs/server_scripts/tfg/loot_tables.js @@ -1,7 +1,6 @@ +function registerTFGLoots(event) { -LootJS.modifiers((event) => { - - //Generated Vases Loot + //#region Vase Loot global.MINECRAFT_DYE_NAMES.forEach(color => { event.addBlockLootModifier(`tfg:decorative_vase/generated/${color}`) .removeLoot(Ingredient.all) @@ -81,4 +80,4 @@ LootJS.modifiers((event) => { ); }) }); -}); \ No newline at end of file +}; \ No newline at end of file