Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
solar flux 1st panel removal (#4)
Browse files Browse the repository at this point in the history
* mekanism heater + tconstruct islands + camera mod size limits

* solarflux 1st panel disabled

Co-authored-by: Sydney <[email protected]>
  • Loading branch information
tanyan-tanyan and ShroomAgent27 authored May 30, 2022
1 parent 7771c3e commit bf81d76
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion config/Mekanism/general.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,3 @@
inputPerAntimatter = 1000
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
energyPerInput = "1000000"

1 change: 0 additions & 1 deletion config/tconstruct-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,3 @@
#If true, forces integration materials to be enabled, even if the relevant metal is missing. Useful for testing material balance.
#Does not provide recipes for any of them, they will only be available to cheat in creative.
forceIntegrationMaterials = false

10 changes: 0 additions & 10 deletions kubejs/server_scripts/mod_specific/solarflux/solarflux.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,4 @@ onEvent('recipes', e => {
}).id(`kubejs:solarflux/unobtainium_solar`)

utils.listOf(['1', '2', '3', '4', '5', 'custom_allthemodium', 'custom_vibranium', 'custom_unobtainium']).forEach(solar => e.shapeless(`solarflux:sp_${solar}`, `solarflux:sp_${solar}`))

modifyShaped(e, 'solarflux:mirror', 3, ['GGG', 'III'], {
G: '#forge:glass',
I: '#forge:ingots'
})
modifyShaped(e, 'solarflux:sp_1', 1, ['MMM', 'ILI', 'III'], {
M: 'solarflux:mirror',
L: '#forge:storage_blocks/lapis',
I: '#forge:ingots/iron'
})
})
1 change: 0 additions & 1 deletion world/serverconfig/camera-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@
#The amount of entities that should be stored
#Range: 1 ~ 128
max_entities = 16

0 comments on commit bf81d76

Please sign in to comment.