modmuss50
357c86940d
Add none solid covers tag
2022-11-16 21:04:02 +00:00
Ayutac
3d5300e908
added GPS by Ayutac ( #3054 )
...
* added GPS by Ayutac
* removed the broken tooltip
Co-authored-by: ayutac <fly.high.android@gmail.com>
2022-11-08 08:48:37 +00:00
modmuss50
01cddda4dd
Move a lot of tags to datagen
2022-09-15 22:42:09 +01:00
drcrazy
b7e131870a
Chainsaw breaks leaves faster. Closes #2860
2022-08-18 17:58:07 +03:00
drcrazy
cb257b105b
Fluid Cells to play more nicely in creative.
2022-08-09 01:06:33 +03:00
drcrazy
4461b5d782
Use storage upgrader on upgrade. Closes #2993
2022-07-24 11:30:14 +03:00
drcrazy
735da1338e
Fix storage upgrade. Closes #2999
2022-07-24 05:05:22 +03:00
modmuss50
abcac85d0e
Cleanup modcompat code, initial build setup for JEI support.
2022-06-24 00:12:30 +01:00
Ayutac
0bcd2bec03
Implemented Unit Upgraders. Thanks to Ayutac.
...
* Started working on upgraders
* debug so game doesn't crash anymore
* orientation is saved now
* duplication bug removed
* added model files, lang entries and recipes+toasts
2022-06-01 06:01:51 +03:00
modmuss50
a162a5ab40
Optimise imports.
...
Find + replace during porting made a bit of a mess of them.
2022-05-21 19:04:06 +01:00
modmuss50
0ba85b37cc
Update deps and mappings.
2022-05-21 19:00:33 +01:00
modmuss50
3cb62b0291
1.19-pre1
2022-05-18 20:20:44 +01:00
Ayutac
71b438acca
Fixed the chainsaw bug ( #2943 )
...
* Fixed the chainsaw bug
* Fixed bugged solution, works now, tested :)
2022-05-03 01:55:37 +02:00
Ayutac
a6ae3a7984
Fixed #2921 ( #2929 )
...
by adding wart blocks and shroomlights to the blocks the industrial chainsaw searches for.
Tested, works. In review to make sure this is appropriate for the mod.
2022-04-28 09:48:48 +01:00
modmuss50
60fd7b1ab6
Replace MixinItemStack with new API in Fabric.
...
Also remove un-used ExtendedRecipeRemainder
2022-04-15 00:04:12 +01:00
modmuss50
9683023658
Revert " #2775 Adding Trinket support for BatpackItem. Thanks to SimonFlapse"
...
This reverts commit e28c9176e5
.
2022-04-05 14:12:57 +01:00
Simon
e28c9176e5
#2775 Adding Trinket support for BatpackItem. Thanks to SimonFlapse
...
* #2775 Adding trinket support for BatpackItem
* Added support for wearing BatpackItems in the 'back' trinket slot on the chest. This frees up an additional space for regular armor.
* BatpackItem only output when in chest armor slot
2022-03-30 12:21:29 +03:00
modmuss50
612657ecf4
Even more client/server cleanup.
2022-03-02 14:32:52 +00:00
modmuss50
0296c59393
More client/server cleanup.
2022-03-02 14:20:34 +00:00
modmuss50
27cc9d0730
Refactor sendNoSpamMessage to use a packet, fixes a number of issues where no chat messsage was being received at all.
...
More work towards splitting client and server.
2022-03-02 01:50:38 +00:00
modmuss50
f7d5139332
Port to 1.18.2 ( #2824 )
...
* Port to 1.18.2-pre1
* 1.18.2-pre3
* Fix build.
* Fixes and cleanup
* Build fix?
* Update REI
2022-02-28 09:18:27 +00:00
Tryank
4ce4d6c361
Use translation keys on RebornCore and CellItem. Thanks to Maz-T
2022-02-26 14:10:43 +03:00
Foo
43c0fa9e89
Fix spelling, grammar, javadocs, and similar issues ( #2784 )
...
* fix naming in ModelSantaHat.java
* Fix grammar, spelling, and javadocs in RebornCore
* Fix spelling error in datagen
* fix missed variable name
* fix grammar, spelling, and javadoc errors
* fix grammar and spelling errors in project files
* specify indent_size in .editorconfig
2022-02-06 13:14:56 +00:00
drcrazy
ac69d914f7
Fix excessive water mill frame.
2022-01-07 17:46:47 +03:00
Technici4n
1329c30556
Fix #2566 : Implement Fabric's Fluid-containing Item API ( #2706 )
2022-01-03 17:29:46 +00:00
Ayutac
e95428d0f0
Final commit to resolve #2675 I hope. Thanks to Ayutac
...
Bug history: Cells were able to put out fluids which are not FlowableFluids, causing a textureless block to appear. First commit checked for FlowableFluid necessary in cell item to do anything with it. However since EMPTY is not a FlowableFluid that led to Cells being unable to pick up fluids any longer. Second commit attempted to fix but didn't because I checked it wrongly (tested with buckets instead of cells). In fact it doesn't do anything (because the same check was performed earlier), so I reverted it with this commit. And finally this commit adds EMPTY as an acceptable fluid inside a cell to do something with it.
2022-01-02 12:12:58 +03:00
Ayutac
d6dfe57963
Fixed bug introduced in previous commit ( #2677 )
...
* Fixes the bug mentioned in #2675
* Fixed bug introduced with previous commit
2021-12-23 05:19:33 +03:00
Ayutac
2c792a72ac
Fixes #2675 : cells did not check that the fluid was flowable when trying to place it ( #2676 )
2021-12-23 01:43:05 +01:00
drcrazy
a166affd51
Fix mining speed for unpowered rock cutter. Closes #2597
2021-12-19 23:24:26 +03:00
equal-l2
dec9b8287d
Fix chainsaws don't work for non-wood materials ( #2646 ). Thanks to equal-l2
2021-12-12 21:10:07 +03:00
Technici4n
7d9fb6d414
Use custom tool materials ( #2631 )
...
* Use custom tool materials
* Separate jackhammer materials
2021-12-07 12:53:39 +00:00
modmuss50
8b24b8439a
Replace MixinItemRenderer by the new 1.17 vanilla API. Fixes #2602
2021-11-26 21:06:45 +00:00
drcrazy
3c050b2105
Use exchangeStack method in fluid pickup.
2021-09-20 14:01:49 +03:00
drcrazy
4c4881e7e5
Cells should work on caludron. Closes #2490
2021-09-20 05:38:43 +03:00
Technici4n
3e2b0e11ae
Initial migration to V2 Energy API ( #2474 )
...
* Initial Energy API refactor
* Allow charging in energy storage BEs
* Remove maven for experimental fabric
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2021-09-01 21:14:15 +01:00
drcrazy
a9850d0d61
Rock cutter is available earlier for ppl used to modded ore doubling. Closes #2463
2021-08-14 01:11:12 +03:00
drcrazy
38aaeabf3c
Fix powered tools combat stats. Closes #2468
2021-08-12 17:22:43 +03:00
modmuss50
2ae5e8ff5b
Finish 1.17.1 port
2021-07-20 19:01:38 +01:00
drcrazy
08a2cdb081
First pass on 1.17.1 update. 13 errors left
2021-07-20 03:38:43 +03:00
drcrazy
193dc94f80
Fix GUI for TR Manual
2021-06-18 12:14:08 +03:00
modmuss50
31e7b357dc
Use modern java features where we can, optimise imports.
2021-05-29 20:32:05 +01:00
Justin Vitale
ffa75aba8d
Post cherry-pick updates
2021-05-29 13:43:13 +01:00
drcrazy
875e429476
Fix chainsaw speed on nether wood. Closes #2359
2021-05-29 13:42:19 +01:00
drcrazy
268c7fa14b
Config for Quantum Armor flight and speed. Closes #2362 , #2011
2021-05-29 13:41:54 +01:00
Fourmisain
9a718080d7
fix Omni-Tool, Rockcutter and Jackhammer being damageable ( #2368 ). Thanks to Fourmisain
2021-05-29 13:41:25 +01:00
drcrazy
96383ebaaf
Fix crash with chunkloader placed by command. Closes #2349
2021-05-29 13:39:53 +01:00
drcrazy
8398139271
Pass stack to mining speed check. Closes #2348
2021-05-29 13:39:21 +01:00
modmuss50
b33f4be5f4
1.17: TechReborn compiles and runs, big thanks to @petabyteboy
...
Co-authored-by: Milan Pässler <milan@petabyte.dev>
2021-05-29 13:19:29 +01:00
modmuss50
9520a3e607
Migrate mappings, 1888 errors to go
2021-05-28 14:58:12 +01:00
drcrazy
ead39e98c4
Fix chainsaw speed on nether wood. Closes #2359
2021-03-21 03:46:51 +03:00