Commit graph

5249 commits

Author SHA1 Message Date
modmuss50
4eccb0100e Update release.yml to no longer use github PAT 2021-11-25 16:18:29 +00:00
modmuss50
1d148fc63e pre5 and REI 7 2021-11-21 11:50:00 +00:00
modmuss50
83d222202a Bump version, not for release. 2021-11-17 23:22:24 +00:00
modmuss50
98bfb7b958 Deepslate ore gen improvements. 2021-11-17 23:19:38 +00:00
modmuss50
6f8282b188 Add deepslate ores 2021-11-17 22:40:02 +00:00
modmuss50
dd79effe80 Finish rubber trees. 2021-11-17 21:28:26 +00:00
modmuss50
b98667e11f 1.18-pre4 2021-11-17 21:01:36 +00:00
modmuss50
e1093d782a First pass at world gen, rubber tree needs further work, ideally depends on fab api changes. 2021-11-16 23:54:31 +00:00
modmuss50
4a2e81550f Port to 1.18-pre2 without worldgen 2021-11-16 22:38:31 +00:00
modmuss50
f5c3b85773 Update deps 2021-11-11 10:54:33 +00:00
KySoto
2fc6856826
Added deepslate variants of vanilla ores (#2600)
* Added deepslate variants of vanilla ores
* Update src/main/resources/data/c/tags/items/lapis_ores.json
Oof thanks for that catch
Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Update coal_ores.json
forgot to add deepslate coal to the tag update
Co-authored-by: KySoto <kysoto2@gmail.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2021-11-11 10:30:15 +03:00
drcrazy
9dad64722c Fix potted rubber sapling name and drop. Closes #2596 2021-11-10 16:55:10 +03:00
modmuss50
d3e326e5e7 Bump version 2021-11-06 12:40:08 +00:00
modmuss50
a221d757aa Dont use fabric impl classes. 2021-11-06 12:32:17 +00:00
nalepamarcin
94ef6d1562
Fix missing hitbox of single block cable (#2593)
It prevented user from destroying last cable piece as it could not
be hit without being connected to other cable or a machine.

Bug was introduced in commit f39c619c "Fix cable shape computation".
2021-11-03 23:12:04 +01:00
Orygeunik
61878d4f81
Fixed missprint into translation of conf direction (#2592)
Original text is https://github.com/TechReborn/TechReborn/blob/1.17/RebornCore/src/main/resources/assets/reborncore/lang/en_us.json#L38
- "Orange side means output". "Output" is translaited into russian like as "Выход"
Proof: https://translate.google.com/?sl=en&tl=ru&text=output&op=translate

Also added missing translate for key "reborncore.tooltip.has_data"
2021-11-03 01:59:10 +03:00
Technici4n
22727384fa
Bump version 2021-11-02 16:04:18 +01:00
Technici4n
7b4306a883
Fix #2569: make IDSU work properly with the new energy API (#2588) 2021-11-02 15:59:23 +01:00
Technici4n
b300456e77
Fix #2574: Use the fabric item API for auto input and auto output (#2585)
* Fix #2574: Use the fabric item API for auto input and auto output

* Only auto-insert at most 4 items at once
2021-10-31 18:14:26 +01:00
modmuss50
9958324539 Run checks on push 2021-10-22 19:55:15 +01:00
modmuss50
cf80faebd5 Remove build number, only publish when manually built. 2021-10-22 19:53:06 +01:00
Technici4n
5a9d974eda Fix AE2 recipes: remove old charged certus, add deepslate certus support, fix dupe bugwhen grinding crystals 2021-10-22 18:40:31 +02:00
drcrazy
36203239e1 Cables with different transfer rate shouldn't connect. Closes #2572 2021-10-22 09:11:45 +03:00
drcrazy
1420956167 #betaBuild 2021-10-08 21:43:52 +03:00
Technici4n
165d27cfda
Set creative tank amount to capacity on tick. Fix #2558. Thanks to Technici4n
* Set creative tank amount to capacity on tick. Fix #2558.
* Remove FluidValue.INFINITE
* Was better with the /1000
2021-10-08 08:49:19 +03:00
Technici4n
f39c619c22
Fix cable shape computation. Closes #2435. Thanks to Technici4n
* Fix cable shape computation. Closes #2435.
* Remove unused import
2021-10-08 08:48:11 +03:00
Technici4n
0ddf6688c9
Return a dummy when recipe deserialization fails. Closes #2563. (#2565). Thanks to Technici4n 2021-10-08 01:00:22 +03:00
ramidzkh
2d9cdfbdc9
Fix item exporting. Closes #2445. Thanks to ramidzkh 2021-10-07 00:28:51 +03:00
Technici4n
99c46f0a56 Use new AE2 tag for certus quartz crystals 2021-10-03 23:06:56 +02:00
drcrazy
3c050b2105 Use exchangeStack method in fluid pickup. 2021-09-20 14:01:49 +03:00
Justin Vitale
f8c224ecf5 Add closing brackets to fusion reactor state text 2021-09-20 20:04:28 +10:00
Justin Vitale
8d4c1b9a06
Update feature_request.md 2021-09-20 19:43:54 +10:00
Justin Vitale
254d4ca0d0
Update feature_request.md 2021-09-20 19:43:06 +10:00
drcrazy
773f9f06c1 Notify neighbors on machine removal. Closes #2484 2021-09-20 12:03:17 +03:00
Technici4n
a5aa7acc83
Fix #2504: Don't check energy capacity when reading NBT, but check after applying upgrades (#2507) 2021-09-20 08:59:40 +02:00
Technici4n
f7e1ad1367
Fix #2436: Stop dropping upgrades when they are clicked (#2508) 2021-09-20 08:59:09 +02:00
drcrazy
4c4881e7e5 Cells should work on caludron. Closes #2490 2021-09-20 05:38:43 +03:00
Dave Smith
6b89b08ff0
Adds compressor recipe for empty cell -> compressed air cell (#2505) 2021-09-20 01:50:25 +03:00
Dave Smith
7d85960a4a
Fix 2509; reviewed all ticking entities to ensure consistency in checks (#2510) 2021-09-20 01:48:41 +03:00
drcrazy
42f0d5ce42 Smelt iron block to refined iron block. Closes #2487 2021-09-17 23:20:11 +03:00
drcrazy
5261d9f11f Bauxite should be mined with iron pickaxe. Closes #2489 2021-09-17 22:59:33 +03:00
drcrazy
69626d279b Sawdust got usage in recipes 2021-09-17 22:33:22 +03:00
modmuss50
1822e241e3 5.0.8-beta 2021-09-17 13:42:31 +01:00
deirn
81c5759e88
Fix versioning (#2503) 2021-09-17 13:42:05 +01:00
Dave Smith
69be970d72
Removed unnecessary getFacingEnum method; super does all this stuff already and is more correct (#2502) 2021-09-17 18:28:29 +10:00
Technici4n
f91b57f250 #betaBuild 2021-09-17 00:00:48 +02:00
Technici4n
9fb725bdc5
Buff solar panels a bit (#2501)
* Buff solar panels

* First two tiers don't produce energy at night

Co-authored-by: Dave Smith <dizzyd@dizzyd.com>
2021-09-16 23:46:07 +02:00
Dave Smith
56dcc4dd16
Add support for solar energy scaling during day (#2497) 2021-09-16 23:45:38 +02:00
Dave Smith
dcca103f9a
Fix #2407: Enable overfill checking on fusion reactor energy stored (#2495) 2021-09-16 22:31:54 +02:00
Dave Smith
41422f4a66
Fix #2478; make sure to use correct units when calculating fuel usage per tick (#2499) 2021-09-16 22:25:02 +02:00