Skip to content

Commit

Permalink
intitial release
Browse files Browse the repository at this point in the history
- 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
MundM2007 committed Jun 23, 2024
1 parent 1d781f5 commit ce66880
Show file tree
Hide file tree
Showing 31 changed files with 1,150 additions and 187 deletions.
14 changes: 14 additions & 0 deletions config/bcc-common.toml
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 added config/defaultoptions/servers.dat
Binary file not shown.
34 changes: 32 additions & 2 deletions config/ftbquests/quests/chapters/tier_1.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
id: "739F2A72B2967714"
item: {
Count: 1
id: "kubejs:hammer"
id: "kubejs:iron_hammer"
tag: {
Damage: 0
}
Expand All @@ -152,7 +152,7 @@
id: "094D79CFAC90760C"
item: {
Count: 1
id: "kubejs:hammer"
id: "kubejs:iron_hammer"
tag: {
Damage: 0
}
Expand Down Expand Up @@ -760,6 +760,36 @@
x: 15.0d
y: 1.0d
}
{
dependencies: ["6E64903CE915B436"]
id: "2794DD6AF4E3EF2D"
tasks: [{
id: "19C65AF464DEF606"
item: {
Count: 1
id: "itemfilters:tag"
tag: {
value: "storagedrawers:drawers"
}
}
title: "Any Drawer"
type: "item"
}]
x: 2.0d
y: 2.0d
}
{
dependencies: ["1D1E0A17D132FDCB"]
id: "63E7ED56DF1B1E3D"
tasks: [{
count: 16L
id: "40C17CC67E50D997"
item: { Count: 16, id: "pipez:item_pipe" }
type: "item"
}]
x: 14.0d
y: 4.0d
}
]
title: "Tier 1"
}
17 changes: 17 additions & 0 deletions config/ftbquests/quests/chapters/tier_2.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,23 @@
x: 4.0d
y: 4.0d
}
{
dependencies: ["7090CBD448091823"]
id: "47F97CE9E2A7D8DA"
rewards: [{
count: 2
id: "0B953204A31E1E3B"
item: "kubejs:steel_ingot"
type: "item"
}]
tasks: [{
id: "13F9933AAF8DE19D"
item: "storagedrawers:controller"
type: "item"
}]
x: 3.0d
y: 5.0d
}
]
title: "Tier 2"
}
7 changes: 7 additions & 0 deletions config/simple-rpc/server-entries.toml
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 = []

241 changes: 241 additions & 0 deletions config/simple-rpc/simple-rpc.toml
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 = []


9 changes: 9 additions & 0 deletions defaultconfigs/ftbchunks/client-config.snbt
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
}
}
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

0 comments on commit ce66880

Please sign in to comment.