-
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.
* feat(mods): tinkers construct * feat(recipes): moving stuff from metalurgy to tconstruct * Tinkers update (#187) * Fixes (#186) * fix(recipes): backpack upgrades * fix: stuff not working? * revert(mods): rm teleporters and spawners (#183) * feat(mods): modelfix (#182) add modelfix to fix models. * chore(packwiz): file stuff someone forgor * fix(recipes): tinker casting gears. currently no copper gear is craftable. * fix: rm duplicate fluids * feat(recipes): cast in table to upgrade tiers * chore(remove): goodbye metallurgy * fix(world gen): I KILLED IT (tungsten) --------- Co-authored-by: Sam <[email protected]> * tungsten textures * Remove metallurgy (#188) * fix(ponder): rm metallurgy ponder * chore(mods): packwiz index mod stuff * fix: rm metallurgy recipe making stuff * fix(recipes): backpack uses tconstruct brass. * fix(recipes): fumo use tconstruct fluid * fix(recipes): coal dust for cast iron still need to add coal dust recipe. * fix: tconstruct fluid instead of metallurgy. * fix(recipes): tconstruct alloying * feat(recipes): add back alloy mixing for early game. * chore(unify): rm metallurgy from list * fix(recipes): rm metallurgy recipes * chore: rm metallurgy lang file * chore: remove final metallurgy stuff. * chore: update tinkers construct * chore: mantle update * chore: removals * feature: world gen Silver/Nickel * ignore update * ignore packwiz update * added casting helper functions * updates / more helper functions * fixes * remove metallurgy complete merge me --------- Co-authored-by: Sam <[email protected]> --------- Co-authored-by: Sam <[email protected]>
- Loading branch information
1 parent
89a04e4
commit b504926
Showing
74 changed files
with
761 additions
and
775 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 |
---|---|---|
@@ -1,2 +1,7 @@ | ||
.vscode | ||
reload.sh | ||
reload.sh | ||
kubejs/.idea | ||
refresh.bat | ||
reload.bat | ||
serve.bat | ||
update-fork.bat |
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"crafttweaker", | ||
"create", | ||
"thermal", | ||
"createmetallurgy", | ||
"immersiveengineering", | ||
"mekanism", | ||
"quark" | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-707 Bytes
kubejs/assets/grand_expanse/textures/block/dense_tungsten_hull.png
Binary file not shown.
Binary file removed
BIN
-707 Bytes
kubejs/assets/grand_expanse/textures/block/high_density_tungsten_block.png
Binary file not shown.
Binary file removed
BIN
-659 Bytes
kubejs/assets/grand_expanse/textures/item/high_density_tungsten.png
Binary file not shown.
Binary file removed
BIN
-253 Bytes
kubejs/assets/grand_expanse/textures/item/high_density_tungsten_sheet.png
Binary file not shown.
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.
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,4 @@ | ||
{ | ||
"block.tconstruct.seared_basin": "Casting Basin", | ||
"block.tconstruct.seared_table": "Casting Table" | ||
} |
Oops, something went wrong.