Skip to content

Commit

Permalink
✨ Add support for Supplementaries
Browse files Browse the repository at this point in the history
✨new mod support
🌐 Update lang files
  • Loading branch information
vindocel committed Dec 8, 2022
1 parent 747cebf commit 66cc8c2
Show file tree
Hide file tree
Showing 22 changed files with 61 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,8 @@ aria-label="curseforge downloads"> <img src="https://cf.way2muchnoise.eu/687374.

<a title="Traveler's Backpack" aria-label="build" href="https://www.curseforge.com/minecraft/mc-mods/travelers-backpack">
<img alt="right" alt="Rafa-pic" height="50" width="50" style="border-radius:50px;" src="https://user-images.githubusercontent.com/18473368/206020020-26c2b6a1-94ee-4112-924e-476ec49bd55e.gif">

<a title="Supplementaries" aria-label="build" href="https://www.curseforge.com/minecraft/mc-mods/supplementaries">
<img alt="right" alt="Rafa-pic" height="50" width="50" style="border-radius:50px;" src="https://user-images.githubusercontent.com/18473368/206489247-369971c4-1318-47de-b86d-44ff2b5f9933.gif">
</p>
</details>
13 changes: 13 additions & 0 deletions assets/compactcrafting/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"_commentcompactcrafting": "Compact Crafting",
"itemGroup.compactcrafting": "\u00a77Compact Crafting",
"compactcrafting.jei.miniaturization.title": "\u00a77Miniaturization Crafting",
"compactcrafting.jei.miniaturization.component": "\u00a77Material Component: Placed in world.",
"compactcrafting.jei.miniaturization.catalyst": "\u00a77Throw this item into the miniaturization field to start crafting.",
"compactcrafting.jei.toggle_exploded_view": "\u00a77Exploded View",
"compactcrafting.jei.toggle_condensed_view": "\u00a77Condensed View",
"compactcrafting.jei.all_layers_mode": "\u00a77View All Layers",
"compactcrafting.jei.single_layer_mode": "\u00a77Single Layer Mode",
"compactcrafting.jei.layer_up": "\u00a77Layer Up",
"compactcrafting.jei.layer_down": "\u00a77Layer Down"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion assets/deverywhere/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"jer.dim.minecraft:the_nether": "\u00a77The Nether",
"jer.dim.minecraft:the_end": "\u00a77The End",


"jer.page": "\u00a77Page",
"jer.of": "\u00a77of",
"jer.stacks": "\u00a77%s Stacks",
Expand Down Expand Up @@ -246,6 +245,18 @@
"farmersdelight.container.basket": "\u00a77Basket",
"farmersdelight.container.pantry": "\u00a77Pantry",

"_commentcompactcrafting": "Compact Crafting",
"itemGroup.compactcrafting": "\u00a77Compact Crafting",
"compactcrafting.jei.miniaturization.title": "\u00a77Miniaturization Crafting",
"compactcrafting.jei.miniaturization.component": "\u00a77Material Component: Placed in world.",
"compactcrafting.jei.miniaturization.catalyst": "\u00a77Throw this item into the miniaturization field to start crafting.",
"compactcrafting.jei.toggle_exploded_view": "\u00a77Exploded View",
"compactcrafting.jei.toggle_condensed_view": "\u00a77Condensed View",
"compactcrafting.jei.all_layers_mode": "\u00a77View All Layers",
"compactcrafting.jei.single_layer_mode": "\u00a77Single Layer Mode",
"compactcrafting.jei.layer_up": "\u00a77Layer Up",
"compactcrafting.jei.layer_down": "\u00a77Layer Down",

"_commentCAMERA": "CAMERA",
"item.camera.album": "\u00a77Album",
"gui.camera.choose_filter": "\u00a77Choose a Filter",
Expand Down Expand Up @@ -454,6 +465,10 @@
"modularrouters.guiText.label.xpVacuum.eject" : "\u00a77Eject",
"modularrouters.guiText.label.xpVacuum" : "\u00a77XP Type",

"_commentGoblinTrader": "Goblin Trader",
"entity.goblintraders.goblin_trader": "\u00a77Goblin Trader",
"entity.goblintraders.vein_goblin_trader": "\u00a77Vein Goblin Trader",

"itemGroup.computercraft": "\u00a77ComputerCraft",

"itemGroup.bigreactors.general": "\u00a77Extreme Reactors",
Expand Down Expand Up @@ -1744,6 +1759,17 @@
"jei.productivebees.centrifuge": "\u00a77Centrifuge",
"jei.productivebees.incubation": "\u00a77Incubation",

"_commentSupplementaries": "Supplementaries",
"itemGroup.supplementaries": "\u00a77Supplementaries",
"block.supplementaries.notice_board": "\u00a77Notice Board",
"block.supplementaries.sack": "\u00a77Sack",
"block.supplementaries.safe": "\u00a77Safe",
"block.supplementaries.pulley_block": "\u00a77Pulley Block",
"gui.supplementaries.present": "\u00a77Gift",
"gui.supplementaries.trapped_present": "\u00a77Trapped Present",
"entity.supplementaries.dispenser_minecart": "\u00a77Minecart with Dispenser",
"item.supplementaries.dispenser_minecart": "Minecart with Dispenser",

"_commentMobGrindingUtils": "Mob Grinding Utils",
"itemGroup.mob_grinding_utils": "\u00a77Mob Grinding Utils",
"block.mob_grinding_utils.fan": "\u00a77Mob Fan",
Expand Down
14 changes: 14 additions & 0 deletions assets/deverywhere/lang/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@

"itemGroup.computercraft": "\u00a77ComputerCraft",

"_commentComercianteGoblin": "Comerciante Goblin",
"entity.goblintraders.goblin_trader": "\u00a77Comerciante Goblin",
"entity.goblintraders.vein_goblin_trader": "\u00a77Comerciante Goblin de Lava",

"_commentQuark": "Quark",
"quark.gui.color.crate_count": "#AAAAAA",
"quark.gui.color.matrix_enchanting": "#AAAAAA",
Expand All @@ -249,6 +253,16 @@
"gui.advancedmagnet.xp.range": "\u00a77Alcance ($number$x$number$x$number$ Blocos)",
"gui.simplemagnets.demagnetization_coil.range": "\u00a77Alcance ($number$x$number$x$number$ Blocos)",

"_commentSupplementaries": "Supplementaries",
"itemGroup.supplementaries": "\u00a77Supplementaries",
"block.supplementaries.notice_board": "\u00a77Quadro de Notícias",
"block.supplementaries.sack": "\u00a77Saco",
"block.supplementaries.safe": "\u00a77Cofre",
"block.supplementaries.pulley_block": "\u00a77Bloco de Polia",
"entity.supplementaries.dispenser_minecart": "\u00a77Carrinho de Mina Ejetor",
"item.supplementaries.dispenser_minecart": "Carrinho de Mina Ejetor",
"gui.supplementaries.present": "\u00a77Presente",
"gui.supplementaries.trapped_present": "\u00a77Presente Armadilha",

"itemGroup.twilightforest": "\u00a77Twilight Forest",
"container.uncrafting_table": "\u00a77Bancada de desmontagem",
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/texts/splashes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Dark Everywhere❤
v1.3.1
v1.3.3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/supplementaries/textures/gui/sack_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/supplementaries/textures/gui/slot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mod support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Ex Machinis
Ex Nihilo: Sequentia
farmersdelight
fluxnetworks
Goblin Traders
hostilenetworks
integratedcrafting
integrateddynamics
Expand Down Expand Up @@ -46,6 +47,7 @@ storagedrawers
Sophisticated Backpacks
Solar Flux Reborn
Simple Magnets
Supplementaries
trinkets
TrashSlot
Trash Cans
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 9,
"description": "Use with moderation!\n\u00a78By VindoCel \u2022 MC 1.19 \u2022 v1.3.2 \u2022 0% \u2022 #3C3C3C \u2022 0% \u2022 #000000 \u2022 \u00a77"
"description": "Use with moderation!\n\u00a78By VindoCel \u2022 MC 1.19 \u2022 v1.3.3 \u2022 0% \u2022 #3C3C3C \u2022 0% \u2022 #000000 \u2022 \u00a77"
},
"refinedstorage": {
"primary_color": 11184810,
Expand Down

0 comments on commit 66cc8c2

Please sign in to comment.