Age | Commit message (Collapse) | Author |
|
* Change over wireless teams to use SP teams
* spotless
* null checks
* fix unit test being wrong
* update
* add tab autocomplete
* spotless
* make sure teams are transfered over correctly
* spotless
* do not delete space teams data when two world saves put something into it
* spotless
* go away from a stream
* make wireless networks load later
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
assign force fuel value in GT
|
|
|
|
add batch mode
|
|
* Wireless Activity Detector; Power On/Off Activity Detector
* Wireless Gui Redesign
---------
Co-authored-by: slprime <history-21@yandex.ru>
|
|
* add magmatter
* add quark gluon plasma
* remove nanites
* forgot chem formula
|
|
Fixed packet sending
- Changed blockMetadata to mteID on methods in MultiTileEntity.hava that are not being used yet (Blue said this is how they're supposed to be);
- Send graphic packets for tickable and non-tickable MuTEs;
- Encode and decode relevant IDs to ensure MuTE casings form correctly on world load and auto-building.
|
|
add missing 'e'
|
|
* create base framework of packets for MuTEs
* spotless
|
|
fix EBF tooltip
|
|
fix 0 check
|
|
* Add more checking to prevent chaining to different blocks
* Remove variable that is only used once
|
|
* Add Drone Centre
* Apply texture and model
* Update en_US.lang
* Remove import.*
* Switch to block render
* Balance range and break chance
* Add recipe
* Spotless
* Update lang
* Fix recipe
* Rewrite connection system and UI
* Remove debuff party
* Spotless
* Fix server class not found
* A stupid enough recipe
* Another bad recipe
* Update tooltip & i18n
* Close it!
* Spotless
* Disable draggable
* prohibited remote control when centre is offline
* Rename
* Rename; Change specifiers
* Update texture
* spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
* remove hatch requirement
* forced structure check
* batch mode and recipe lock
* fix button logic
|
|
* add hatch tier
* correct description
|
|
|
|
Fix DTPF not conusming energy
|
|
* Fixes/balance config
Fixes that the ax and saw do not break ladders
- ability to toggle ore multipliers for ore Nether and End
- sneaking with a scythe/plow allows you to break only 1 block
* Fix copy paste typo
* Revert "Allow tools to break stuff with a lower harvest level (#2435)"
This reverts commit ba1a9b290a09e39b100ff8d9f1f5e70cdc3f0fab.
|
|
Initial fix for only allow chain spraying the same kind of block you started with
|
|
|
|
* Fix large fluid cell Rendering 🤦
* Convert if-else chain to switch 🧹
* Remove unnecessary z offset 🧹
|
|
* add new test
* voltage difference check iff no amperageOC
* fix doubleEnergyHatchOC_Test (passes either way but is coded this way)
|
|
* update BS
* EBF tooltip
|
|
Banded Iron EBF processing.
|
|
check voltage
|
|
* Replace Maps in GT_OreDictUnificator with fastutil implementations with custom hasher
Removes the need to allocate a GT_ItemStack2 every time these Maps are accessed
* Replace local HashMaps with Reference2LongArrayMaps in GT_Recipe and fix if condition
* Remove GT_ItemStack2 usage from OrePrefixes
* Update GTNHLib requirement in @Mod annotation
* Don't modify stack argument when re-trying `setItemStack2DataMap` access with wildcard value
|
|
not setHatchRecipeMap
|
|
override canDumpFluidToME
|
|
fix massfab
|
|
* Revert "Canola is a better name than Rapeseed (id is staying the same) (#2443)"
This reverts commit 2e7625ffed587d930afda7692db0c478e430a8c2.
* Only rename visual item name, not internal name
* Revert "Only rename visual item name, not internal name"
This reverts commit d1a764338344c4871fd12cb4890c38bb1f9ca40b.
|
|
* Fix Copy-Paste Typo
* Fix Copy-Paste Typo
|
|
* merge similar code into new utility function moveFluid
* Spotless apply for branch feature/movefluid for #2455 (#2456)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
* fix boolean logic
* Spotless apply for branch feature/movefluid for #2459 (#2460)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
* fix
(cherry picked from commit dce33cb4bbc0b1405bcbee25b5f1f1e6384f0147)
---------
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Add properties
* init chanceGetter
|
|
|
|
remove equals overwrite
|
|
Removed in 02bedd5c0a96a654c6692edd1b7f2765fd9c46b4
|
|
* more readable code
* move all equals comparisons to a switch
* spotless
|
|
add and apply drain method
|
|
|
|
* add to stocking bus
* add to stocking hatch
* localisation stuff
* nbt fix (maybe)
* fix stocking hatch too
* hasKey is cleaner
|
|
* reintroduces CRIB name in WAILA if not default
* renames default from unlocalized to localized name
Co-authored-by: kstvr <kstvr@kstvr.com>
|
|
* Add valid covers bit mask to CoverableTileEntity
Optimization to do as little work as possible in doCoverThings()
* Ensure `coverBehavior` is never null and remove null check from `getCoverBehavior`
|
|
convert tiny dusts to chances
|
|
Default is to keep them enabled
|
|
diffrent pattern (#2442)
Fix
|
|
|
|
* Allow tools to break stuff with a lower harvest level
* Dont allow drops of improper tool usage
|
|
* Rework item renderers
API breaking changes (minor):
Subclasses of GT_GeneratedItem_Renderer may need updating
Subclasses of GT_GeneratedMaterial_Renderer may need updating
Subclasses of GT_DataStick_Renderer may need updating
* Improve Universium shader compatibility
still looks wrong, but won't screw up stuff rendered after it
|