-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
846 additions
and
440 deletions.
There are no files selected for viewing
File renamed without changes.
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
File renamed without changes.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// https://docs.blamejared.com/ | ||
// https://www.curseforge.com/minecraft/mc-mods/crafttweaker | ||
// use /ct dump fluids to see all fluid IDs | ||
|
||
var crusher = <recipetype:cyclic:crusher>; | ||
|
||
crusher.removeRecipe("cyclic:crusher/nylium_w"); | ||
crusher.removeRecipe("cyclic:crusher/end_crystal", "cyclic:crusher/netherrack"); | ||
|
||
// ID, input, output, RF per tick, ticks, bonus, percentage of bonus | ||
crusher.addRecipe("castlevania", <item:minecraft:diamond>,<item:minecraft:iron_nugget>*2, 500, 3, <item:minecraft:dirt>*2, 50); | ||
|
||
|
||
// no bonus, same as last number zero | ||
crusher.addRecipe("castlevania2", <item:minecraft:obsidian>,<item:minecraft:sand>*2, 500, 300); |
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,10 @@ | ||
|
||
|
||
// change max damage aka durability aka number of tool uses like this | ||
|
||
val glove = <item:cyclic:glove_climb>; | ||
glove.maxDamage = 64; | ||
|
||
|
||
val wand = <item:cyclic:elevation_wand>; | ||
wand.maxDamage = 16; |
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 @@ | ||
// https://docs.blamejared.com/ | ||
// https://www.curseforge.com/minecraft/mc-mods/crafttweaker | ||
// use /ct dump fluids to see all fluid IDs | ||
|
||
var generator = <recipetype:cyclic:generator_fluid>; | ||
|
||
generator.removeRecipe("cyclic:generator/generate_xp"); | ||
generator.removeRecipe("cyclic:generator/generate_lava"); | ||
|
||
|
||
|
||
generator.addRecipe("zoldo", <fluid:minecraft:water>*250, 5, 10); | ||
|
||
generator.addRecipe("lava_tag", "minecraft:lava", 1000, 200, 500); |
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,12 @@ | ||
// https://docs.blamejared.com/ | ||
// https://www.curseforge.com/minecraft/mc-mods/crafttweaker | ||
// use /ct dump fluids to see all fluid IDs | ||
|
||
var generator = <recipetype:cyclic:generator_item>; | ||
|
||
// recipe IDS, not item ids | ||
generator.removeRecipe("cyclic:generator/generate_redstone"); | ||
generator.removeRecipe("cyclic:generator/generate_star"); | ||
|
||
// ID, input, output, RF per tick, ticks, bonus, percentage of bonus | ||
generator.addRecipe("zelda", <item:minecraft:diamond_block>, 500, 120); |
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,10 @@ | ||
// https://docs.blamejared.com/ | ||
// https://www.curseforge.com/minecraft/mc-mods/crafttweaker | ||
// use /ct dump fluids to see all fluid IDs | ||
|
||
var melter = <recipetype:cyclic:melter>; | ||
|
||
melter.removeRecipe("cyclic:melter/melter_snowwater"); | ||
melter.removeRecipe("cyclic:melter/melter_expflesh", "cyclic:melter/melter_expblaze"); | ||
|
||
melter.addRecipe("spruce_wayne", [<item:minecraft:sand>,<item:minecraft:spruce_trapdoor>], <fluid:cyclic:wax>*75, 500, 3); |
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,2 @@ | ||
|
||
craftingTable.removeByModid("cyclic"); |
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,21 @@ | ||
// https://docs.blamejared.com/ | ||
// https://www.curseforge.com/minecraft/mc-mods/crafttweaker | ||
// use /ct dump fluids to see all fluid IDs | ||
|
||
var solidifier = <recipetype:cyclic:solidifier>; | ||
|
||
solidifier.removeRecipe("cyclic:solidifier/candle_blue"); | ||
solidifier.removeRecipe("cyclic:solidifier/candle_red", "cyclic:solidifier/candle_yellow"); | ||
|
||
// this one is the exact fluid ID, not using tags | ||
solidifier.addRecipe("megaman1", [<item:minecraft:sand>,<item:minecraft:birch_trapdoor>,<item:minecraft:sand>], <fluid:cyclic:honey>*100, <item:minecraft:stone_hoe>, 200, 8); | ||
|
||
// next: string-tag format using strings instead of a fluid | ||
// run /ct dump tag | ||
// to see all registered fluid tags | ||
|
||
solidifier.addRecipe("megaman2", [<item:minecraft:sand>,<item:minecraft:spruce_trapdoor>,<item:minecraft:sand>], "forge:wax", 100, <item:minecraft:iron_hoe>, 300, 100); | ||
|
||
solidifier.addRecipe("megaman3", [<item:minecraft:sand>,<item:minecraft:oak_trapdoor>,<item:minecraft:sand>], "minecraft:lava", 100, <item:minecraft:iron_sword>, 300, 100); | ||
|
||
solidifier.addRecipe("megaman4", [<item:minecraft:sand>,<item:minecraft:jungle_trapdoor>,<item:minecraft:sand>], "<fluid:minecraft:lava>", 5000, <item:minecraft:obsidian>, 300, 100); |
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,6 @@ | ||
#!/bin/bash | ||
|
||
rm run/config/cyclic.toml | ||
rm run/config/cyclic-client.toml | ||
|
||
echo "configs reset" |
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 @@ | ||
#!/bin/bash | ||
|
||
cp run/config/cyclic.toml examples/config/cyclic.toml | ||
cp run/config/cyclic-client.toml examples/config/cyclic-client.toml |
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
Oops, something went wrong.