Commit graph

3966 commits

Author SHA1 Message Date
modmuss50
357c86940d Add none solid covers tag 2022-11-16 21:04:02 +00:00
modmuss50
12a729234c Appearance fixes and improvements. 2022-11-14 08:56:54 +00:00
modmuss50
878aa0a74d Support new fabric block appearance API 2022-11-08 08:58:13 +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
c97cadeea2 Update Fabric API and make use of its new features. 2022-09-26 18:40:45 +01: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
5ad2a74977 Fix unused imports. 2022-08-10 11:18:53 +03:00
drcrazy
9239b46412 Oil lakes are back. Closes #2307 2022-08-10 02:58:52 +03:00
drcrazy
cb257b105b Fluid Cells to play more nicely in creative. 2022-08-09 01:06:33 +03:00
drcrazy
389cf2efbc Greenhouse can harvest glow berries. Closes #2577 2022-08-08 14:37:05 +03:00
drcrazy
c8e04537a0 Do not store player heads in storages. Closes #2888 2022-08-07 16:15:08 +03:00
drcrazy
3509947e93 Fix retrieval items with NBT. Closes #2810 2022-08-07 02:34:48 +03:00
drcrazy
e30d618d86 Fix storage units wrenching. Closes #2889 2022-08-06 03:12:12 +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
drcrazy
48a35be5d0 Fix drop for BlockBreaker. Closes #3008 2022-07-22 00:41:09 +03:00
modmuss50
abcac85d0e Cleanup modcompat code, initial build setup for JEI support. 2022-06-24 00:12:30 +01:00
drcrazy
a8b7fb36b9 Allow transfer between same rate cables. Closes #2965 2022-06-13 03:04:14 +03:00
drcrazy
e4d398e600 Fix fishing junk loot 2022-06-13 00:55:16 +03:00
drcrazy
ea40f55430 Scrap added to fishing junk loot table. 2022-06-12 12:30:23 +03:00
drcrazy
6cde366510 Bump deps 2022-06-06 18:56:16 +03: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
ebaddaca59 Fix TR villagers. 2022-05-27 15:20:06 +01:00
Ayutac
6e46807c05 Update ModLoot.java 2022-05-26 14:22:55 +02:00
Ayutac
381820d2f4
Added treetap to furnace fuel (#2963)
* Update FuelRecipes.java

Needs testing, edited via web interface!

* fixed the bug I hope

works now
2022-05-26 14:10:35 +02:00
modmuss50
5a0d017cd0 Rename rubber slab and stair. Fixes #2834 2022-05-21 19:38:23 +01:00
modmuss50
23375b5cd3 Misc deprecation fixes. 2022-05-21 19:28:21 +01:00
modmuss50
d0bdf744cf Move the grinder back to code. 2022-05-21 19:16:54 +01: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
c3622cb263 Split client and server. 2022-05-19 21:45:31 +01:00
modmuss50
3cb62b0291 1.19-pre1 2022-05-18 20:20:44 +01:00
drcrazy
05d443c51d Fix fluid replication from air. Closes #2913 2022-05-06 02:31:45 +03:00
drcrazy
420a165f6b Fix tooltip for cables. Closes #2915 2022-05-06 02:15:59 +03:00
AngelBottomless
c1983f7a2d
Fix KIBE Entangled Bucket bug. Thanks to aria1th.
Also, this fixes creative tank not being actually creative when its used without item slots.
2022-05-05 12:15:45 +03:00
AngelBottomless
f75ebc2361
Allow Drain drain Cauldrons. Thanks to aria1th
There's no proper fluid interface in cauldron block so its only working for Water and Lava. If any mods uses cauldron as other fluid holder, it might have to change, but I've never seen one.
2022-05-05 12:06:11 +03:00
Ayutac
6a91757791
Added storage buffer, textures thanks to Spearkiller. Thanks to Ayutac
Tested a bit, but I would like additional testing by someone else.
2022-05-05 12:04:36 +03: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
e4f56abdaa Renamed tinkerer to metallurgist and added custom texture 2022-05-03 00:53:00 +02:00
Ayutac
283460c3c8 Added Netherite nugget, texture thanks to Spearkiller 2022-05-02 19:56:51 +02:00
AngelBottomless
85638d2e42
Fix Fluid Tanks generating static lag from trying to pull /push fluid from Items.AIR (#2935)
* Did you know this?

Tank units can just generate lags by existence

* add Valid inventory check

Very modded extension can declare RebornInventory with size 0 to only process fluids without items, for that case

* separate as function 

and more condition check to reduce extra lag

* Parentheses

Co-authored-by: Ayutac <skoch02@students.uni-mainz.de>
2022-05-01 10:10:28 +02:00
Ayutac
a574c7f67e
Added the muffler upgrade (#2928)
* Added flag for ability to play sound.

* Added muffler functionality

* Added muffler to upgrade advancement

* Added muffler model

* Added muffler lang entry

* Added muffler placeholder texture

* Added muffler recipe + toast

* Added muffler tooltip
2022-04-28 09:52:10 +01:00
Ayutac
b14a4c72a1
Added two TR villagers (#2931)
* Added Tinkerer

* Added registration to tinkerer and lang

* Added electrician
2022-04-28 09:50:35 +01: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
Ayutac
b95219b3ac
Disabled datagen logging for normal starts (#2926) 2022-04-28 09:48:01 +01:00
modmuss50
22c29fea14 Replace all accessors with accesswideners. 2022-04-20 23:46:50 +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
852c867a0d
Fixed #2892 Added Dark Green color. Thanks to SimonFlapse
* Changed the processing message of block breaker and placer to use dark green instead of green
2022-04-05 15:00:04 +03:00