Skip to content

Commit

Permalink
fix: try fix ultramarine ore gen
Browse files Browse the repository at this point in the history
  • Loading branch information
GLDYM committed Dec 12, 2024
1 parent 8d00792 commit 7c263ac
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Create halitosis
- Create railways navigator
- structure credits
- angel blockr enewed
- angel block renewed
- Common Mods Remove:
- mystias izakaya(Seems not complete)
- Client Mods Add:
Expand Down Expand Up @@ -50,10 +50,15 @@

### Need developing

- Ultramarine is not playable (What the fuck?)
- ~~Ore Gen~~
- Bronze
- some recipes
- Quests
- OAPC
- JAVD JAMD
- Game Discs
- Create halitosis
- Create railways navigator
- structure credits
- angel block renewed


## TSNG 5.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"enable_auto_refill": {
"value": false
},
"villager_trading_enable": {
"value": false
},
"enable_updates_check": false,
"first_run": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#The maximum number of claimed chunks that a player can forceload. Additional forceloads can be configured in the player config.
#This value can be overridden with a player permission.
#Range: > 0
maxPlayerClaimForceloads = 0
maxPlayerClaimForceloads = 20
#The permission that should override the default "maxPlayerClaims" value. Set it to an empty string to never check permissions. The used permission system can be configured with "permissionSystem".
maxPlayerClaimsPermission = "xaero.pac_max_claims"
#The permission that should override the default "maxPlayerClaimForceloads" value. Set it to an empty string to never check permissions.
Expand Down
Binary file modified src/overrides/mods/4ultramarine-1.20.1-0.2.1.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions src/overrides/scripts/tsng5_added_recipes.zs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ craftingTable.addShapeless("pepperchange1", <item:crockpot:pepper> * 2, [<item:v
craftingTable.addShapeless("pepperchange2", <item:vintagedelight:ghost_pepper> * 2, [<item:crockpot:pepper>, <item:crockpot:pepper>]);
craftingTable.addShapeless("soysauce1", <item:youkaishomecoming:soy_sauce_bottle>, [<item:tofucraft:bottle_soysause>]);
craftingTable.addShapeless("soysauce2", <item:tofucraft:bottle_soysause>, [<item:youkaishomecoming:soy_sauce_bottle>]);
craftingTable.addShapeless("bronze1", <item:ultramarine:bronze_ingot>, [<item:create:bronze_ingot>]);
craftingTable.addShapeless("bronze2", <item:create:bronze_ingot>, [<item:ultramarine:bronze_ingot>]);

# RAW ORE TO ORE BLOCK
blastFurnace.addRecipe("blockrawirontoiron_blast", <item:minecraft:iron_block>, <tag:items:forge:storage_blocks/raw_iron>, 8.0, 1600);
blastFurnace.addRecipe("blockrawgoldtogold_blast", <item:minecraft:gold_block>, <tag:items:forge:storage_blocks/raw_gold>, 8.0, 1600);
Expand Down

0 comments on commit 7c263ac

Please sign in to comment.