-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added better compatability checker - added official server to list, defautl options - added quests for pipez and storage drawers - added simple rpc - death waypoint for ftb chunks are now disabled - hid energy, gas and universal pipe from pipez - fixed hoppers not correctly interacting with pushers and shulkers - changed recipes from pipez and storagedrawers - added ways to automate storagedrawers and pipez mods and many recipes from minecraft - fixed many recipes - fixed steel hammer recipes and renamed hammer to iron hammer
- Loading branch information
Showing
31 changed files
with
1,150 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
#General settings | ||
[general] | ||
#The CurseForge project ID for the modpack | ||
#Range: > 0 | ||
modpackProjectID = 1046852 | ||
#The name of the modpack | ||
modpackName = "Factorized Inventory" | ||
#The version of the modpack | ||
modpackVersion = "0.1.0" | ||
#Use the metadata.json to determine the modpack version | ||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING | ||
useMetadata = false | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#Enable/Disable Server Entries overrides | ||
enabled = false | ||
#Internal Version Number. NO TOUCHY! | ||
version = 2 | ||
#Server override entries | ||
entry = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,241 @@ | ||
[general] | ||
#The Application ID of the Discord App to use. Replace this with your client id from the discord dashboard to change the name of the app | ||
applicationID = 762726289341677668 | ||
#Enable/Disable the mod | ||
enabled = true | ||
#Enable/Disable debugging mode. WARNING: MAY CAUSE LOG SPAM! | ||
debugging = false | ||
#Enable/Disable the in game config screen. ONLY AVAILABLE WHEN CLOTH CONFIG IS INSTALLED! | ||
configScreen = true | ||
#Display the Icon and Pack Name in place of LargeImage from compatible launchers. DOES NOT WORK WITH CUSTOM APPS! ONLY THE DEFAULT ONE! | ||
launcherIntegration = true | ||
#Internal Version Number. NO TOUCHY! | ||
version = 18 | ||
|
||
[init] | ||
#Enable/Disable the Game Loading Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "Minecraft is loading" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[init.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[main_menu] | ||
#Enable/Disable the Main Menu Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "%player% is currently lazy" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[main_menu.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[server_list] | ||
#Enable/Disable the Server List Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "%player% is looking for a server" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[server_list.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[realms_list] | ||
#Enable/Disable the Realms Screen Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "%player% is looking for a Realm" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[realms_list.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[join_game] | ||
#Enable/Disable the Join Game Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "%player% is joining a game" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[join_game.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[single_player] | ||
#Enable/Disable the Single Player Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "Currently In %world%" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[single_player.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[multi_player] | ||
#Enable/Disable the Multi Player Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "Playing on %servername% with %players% players" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[multi_player.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[realms] | ||
#Enable/Disable the Realms Game Event | ||
enabled = true | ||
#The first line of text under the app name | ||
description = "Playing on %realmname%" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%realmdescription%" | ||
#The buttons to display on Discord | ||
|
||
[[realms.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[generic] | ||
#The first line of text under the app name | ||
description = "Playing Minecraft" | ||
#The second line of text under the app name | ||
state = "Playing Factorized Inventory" | ||
#The Asset ID/URL of the image to display as the large image | ||
largeImageKey = ["mclogonew"] | ||
#The text that gets displayed when the large image is hovered | ||
largeImageText = "It's Minecraft %mcver%, but modded" | ||
#The Asset ID/URL of the image to display as the small image | ||
smallImageKey = ["mclogo"] | ||
#The text that gets displayed when the small image is hovered | ||
smallImageText = "%mods% mods installed" | ||
#The buttons to display on Discord | ||
|
||
[[generic.buttons]] | ||
label = "Download the Modpack!" | ||
url = "https://www.curseforge.com/minecraft/modpacks/factorized-inventory" | ||
|
||
[custom] | ||
#Must these variables be parsed along with other variables | ||
enabled = true | ||
#Your custom variables to add | ||
variables = [] | ||
|
||
[dimension_overrides] | ||
enabled = true | ||
|
||
[[dimension_overrides.dimensions]] | ||
name = "overworld" | ||
description = "%player% is in The Overworld" | ||
state = "Playing Factorized Inventory" | ||
largeImageKey = ["overworld"] | ||
largeImageText = "In the Overworld" | ||
smallImageKey = ["mclogo"] | ||
smallImageText = "%mods% mods installed" | ||
buttons = [] | ||
|
||
[[dimension_overrides.dimensions]] | ||
name = "the_nether" | ||
description = "%player% is in The Nether" | ||
state = "Playing Factorized Inventory" | ||
largeImageKey = ["nether"] | ||
largeImageText = "In the Nether" | ||
smallImageKey = ["mclogo"] | ||
smallImageText = "%mods% mods installed" | ||
buttons = [] | ||
|
||
[[dimension_overrides.dimensions]] | ||
name = "the_end" | ||
description = "%player% is in The End" | ||
state = "Playing Factorized Inventory" | ||
largeImageKey = ["end"] | ||
largeImageText = "In the End" | ||
smallImageKey = ["mclogo"] | ||
smallImageText = "%mods% mods installed" | ||
buttons = [] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Default config file that will be copied to local\ftbchunks\client-config.snbt if it doesn't exist! | ||
# Just copy any values you wish to override in here! | ||
|
||
{ | ||
waypoints: { | ||
death_waypoints: false | ||
in_world_waypoints: false | ||
} | ||
} |
File renamed without changes
Binary file added
BIN
+306 Bytes
kubejs/assets/kubejs/textures/item/itemfilters/drawer_template_1x1.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
BIN
+317 Bytes
kubejs/assets/kubejs/textures/item/itemfilters/drawer_template_1x2.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
BIN
+319 Bytes
kubejs/assets/kubejs/textures/item/itemfilters/drawer_template_2x2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.