Product - built and is running Projects - A section of a product, could be a product release with new features Roles - Roles are assigned to a project, this will have a lot of turnover Peoples - People fill up the roles
This file contains hidden or 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
Roles - overall don't think roles need to change much, depends on the goal of the discord server | |
Alumni | |
- for those who finished the bootcamp, doesnt serve much as a trophy unless goals of server change | |
Moderator Roles | |
- server seems calm, and devoid of trolls, probably not really needed | |
Propsed Channel Categories - philosophy is usually based on where the activity is | |
#Announcements (no channel category) - mod and above perms to post, reduces constant @everyone pings (not many people like those) | |
Web Development Bootcamp |
This file contains hidden or 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
import crafttweaker.item.IIngredient; | |
import crafttweaker.item.IItemStack; | |
print("--- CraftingCoreUpgrade.zs initialized ---"); | |
#Crafting Core Recipes | |
recipes.remove(<extendedcrafting:crafting_core>); | |
recipes.addShaped(<extendedcrafting:crafting_core>, [ | |
[<ore:plateBlackSteel>, <extendedcrafting:material:10>, <ore:plateBlackSteel>], |
This file contains hidden or 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
+----------------------------------+---------------------------------------------+---------------+-----------+----+ | |
| Registry name | Name | Type | Rarity | ID | | |
+----------------------------------+---------------------------------------------+---------------+-----------+----+ | |
| advancedrocketry:spacebreathing | enchantment.spaceBreathing | ARMOR | COMMON | 12 | | |
| armorplus:furious | enchantment.armorplus.furious | ARMOR | RARE | 27 | | |
| armorplus:life_steal | enchantment.armorplus.life_steal | BREAKABLE | RARE | 28 | | |
| cofhcore:holding | enchantment.cofhcore.holding | ALL | UNCOMMON | 30 | | |
| cofhcore:insight | enchantment.cofhcore.insight | DIGGER | UNCOMMON | 31 | | |
| cofhcore:leech | enchantment.cofhcore.leech | WEAPON |
This file contains hidden or 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
1.7.0 Update | |
Config Changes | |
XU2 Creative mill is now harvestable by non-creative players | |
Generic Changes | |
Added tooltip to Thaumcraft Celestial Notes that they can only be crafted | |
Material Mod Updates | |
Blood Magic updated to 2.4.1 that fixes a gravity entity issue |
This file contains hidden or 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
# Configuration file | |
########################################################################################################## | |
# client | |
#--------------------------------------------------------------------------------------------------------# | |
# Client-side settings | |
########################################################################################################## | |
client { | |
S:boxBorderColor=0 |
This file contains hidden or 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
Generic Mod Updates: | |
Apotheosis to 1.9.4 (update to 1.10 might take a while due to native balance changes) | |
Compact Machines to 3.0.18 | |
CreativeCore (LittleTiles Library) to v1.9.45 | |
FTBLib to 1.5.2 | |
FTBQuests to 1.5.2 | |
RandomPatches to 1.15.1.0 | |
RandomTweaks to 2.5.0.5 | |
SimplyLight to 0.7.0 | |
Toast Control to 1.8.1 |
This file contains hidden or 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
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]] | |
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit] | |
[PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: removingGlass.zs} as we are currently loading with a different loader | |
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 1ms | |
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [gregtech]] | |
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [gregtech] | |
[PREINITIALIZATION][CLIENT][INFO] [gregtech | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: removingGlass.zs} as we are currently loading with a different loader | |
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 0ms | |
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry |
This file contains hidden or 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
[PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]] | |
[PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit] | |
[PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: removingGlass.zs} as we are currently loading with a different loader | |
[PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 1ms | |
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry | |
[INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [recipeevent | crafttweaker]] | |
[INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent] | |
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: removingGlass.zs} | |
[INITIALIZATION][CLIENT][INFO] Altering Melting Recipe(s) for <liquid:glass> |
NewerOlder