modmuss50
e3e5414cee
Merge pull request #2760 from Ayutac/1.18-Ayutac-38
...
Added XP for ores, fixes #2759
2022-01-20 19:56:23 +00:00
modmuss50
17e8911978
Refactor recipe system.
2022-01-20 19:55:40 +00:00
modmuss50
7e1125f6aa
Fix #2625 .
2022-01-20 19:54:20 +00:00
modmuss50
3eb91f255c
Finish
2022-01-20 19:40:55 +00:00
modmuss50
8863ea30b3
Merge branch '1.18' into recipe_serde
...
# Conflicts:
# RebornCore/src/main/java/reborncore/common/crafting/RebornRecipeType.java
# src/datagen/groovy/techreborn/datagen/recipes/smelting/SmeltingRecipesProvider.groovy
2022-01-20 18:51:48 +00:00
Ayutac
f4c0cf9e8e
Fixed bug introduced in previous commit.
...
Deepslate was a problem because they don't save their distribution. Added a workaround.
2022-01-20 16:30:18 +01:00
Ayutac
b7a42f0a01
Added XP for ores, fixes #2759
...
The ore XP drop is not done by JSON but by hard-coding as a second parameter to OreBlock.
2022-01-20 02:34:33 +01:00
Ayutac
6db3df3037
Added sponge piece + recipes, texture by Spearkiller ( #2751 )
2022-01-17 22:41:50 +00:00
Ayutac
5c6ac37044
Added Steel Armor. Textures by Xanthian. Thanks to Ayutac
...
Steel's durability is about between iron and diamond, it is almost as tough as diamond, half as tough as netherite, but has same knockback resistance as netherite (which diamond lacks completely). But because we mixed some dirty coal to our iron to make it this tough and resistant, the enchantability is down to 5, which is by far the worst enchantability of all vanilla and TR armors.
Not tested yet, but I basically did the same changes as in the silver armor commit line by line.
2022-01-07 17:25:35 +03:00
xanthian
157ace896c
Added Amethyst dust. Thanks to Xanthian.
...
* Create amethyst_dust_alt
* Update amethyst_dust_alt
* Update and rename amethyst_dust_alt to amethyst_dust_alt.json
* implements grinding of amethyst blocks to dust
1 Block = 2 Dust
implements production of amethyst shards from dust + tnt in implosion compressor.
8 Dust + 16 TNT = 16 Shards
Conversion ratio = 1 Stack of Amethyst Block + 1 Stack of TNT = 1 Stack of Shard
* Update amethyst_dust_alt.json
noticed small mistake chrome dust > quartz dust
2022-01-07 17:25:35 +03:00
Technici4n
1329c30556
Fix #2566 : Implement Fabric's Fluid-containing Item API ( #2706 )
2022-01-03 17:29:46 +00:00
Ayutac
c4625762d1
Added tooltips for unobtainable ores. ( #2663 )
2021-12-30 19:42:51 +00:00
xanthian
1a2b6e0d9c
Fluid overhaul ( #2693 )
...
* Update ModFluids.java
update to add still textures.
* Add files via upload
add still models
* Add files via upload
all new textures including still
all based off vanilla water templates
* Add files via upload
updated animation files for flowing and still textures
2021-12-30 19:37:20 +00:00
drcrazy
c868ed13c7
Bump dependencies
2021-12-23 01:34:17 +03:00
modmuss50
47eea962a0
Start on recipe serde rewrite
2021-12-19 13:44:46 +00:00
Ayutac
47fe351ecb
Added Silver Armor. Textures by Xanthian. ( #2659 ). Thanks to Ayutac
...
Silver is 2 times as durable as gold (still less than iron), -5 of gold's enchantability (still more than diamond and netherite) and cannot pacify/distract piglins. Also, it looks very fancy.
2021-12-19 16:38:05 +03:00
Ayutac
5eab27bead
Fixed activation of root advancement. ( #2658 )
2021-12-19 12:37:50 +00:00
drcrazy
774d42d944
Fixed some warnings
2021-12-19 04:19:46 +03:00
Jose
a0d827fa3b
TR ores fixes ( #2654 ). Thanks to josilo
...
* Remove deprecated breakByTool() function. Closes #2609
* Removed leftover unused imports
* Set correct BlockSoundGroup for deepslate ores
* Fix tin tool tag
2021-12-19 03:54:47 +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
45e79fe7b3
Fix licenses
2021-12-03 19:02:55 +00:00
modmuss50
f7f8127ba0
Move some smelting and blasting recipes to data gen.
2021-12-03 17:34:42 +00:00
modmuss50
27c684d376
Add tooltip for ore generation depths.
...
Will only work in SP for now, will need to create a packet to send the data from the server.
2021-11-28 14:14:35 +00:00
modmuss50
3752154bcd
Add a simple tool to visualise ore distribution.
2021-11-26 20:01:08 +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
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
a221d757aa
Dont use fabric impl classes.
2021-11-06 12:32:17 +00: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
drcrazy
4c4881e7e5
Cells should work on caludron. Closes #2490
2021-09-20 05:38:43 +03:00
drcrazy
5261d9f11f
Bauxite should be mined with iron pickaxe. Closes #2489
2021-09-17 22:59:33 +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
08a2cdb081
First pass on 1.17.1 update. 13 errors left
2021-07-20 03:38:43 +03:00
drcrazy
cb6c6337a8
Fix some warnings.
2021-07-19 16:15:49 +03:00
drcrazy
9cb90bb56d
Bronze small dust is gone.
2021-07-19 10:55:40 +03:00
drcrazy
163d41ad85
Aluminium and brass small dusts are gone
2021-07-19 10:49:20 +03:00
drcrazy
c319e66b81
Silver and lead small dusts are gone.
2021-07-19 10:33:11 +03:00
drcrazy
0cab865fdb
Gold and Tin small dusts are gone.
2021-07-18 13:45:07 +03:00
drcrazy
b8715ecdda
Gold small dust is gone. All hail gold nugget.
2021-07-07 16:28:03 +03:00
drcrazy
23868443b5
Iron small dust is gone. All hail iron nugget.
2021-07-05 11:39:02 +03:00
drcrazy
42e86acba3
Raw tin, silver, lead, tungsten and iridium storage blocks
2021-06-22 17:18:36 +03:00
drcrazy
78a9a61bb4
Raw tin, silver, lead, tungsten and iridium
2021-06-21 13:58:53 +03:00
drcrazy
fa2469b034
Fix crash with casing loading. Closes #2410
2021-06-19 02:47:14 +03:00
drcrazy
8ab3b3a7be
Player detector got radius config
2021-06-18 23:05:43 +03:00
drcrazy
7216f55ba9
Copper stairs, blocks and slabs are gone.
2021-06-15 00:38:29 +03:00
drcrazy
c4011c800b
Replace copper dust with raw copper in recipes
2021-06-14 22:15:38 +03:00
drcrazy
d8a11eaebf
Replace gold dust with raw gold in recipes
2021-06-14 21:34:53 +03:00
drcrazy
765d96a05a
Replace iron dust with raw iron in recipes
2021-06-14 21:17:11 +03:00
drcrazy
b445582784
Oh no. We lost TR copper ore. All Hail MC Copper ore.
2021-06-11 02:47:25 +03:00
modmuss50
31e7b357dc
Use modern java features where we can, optimise imports.
2021-05-29 20:32:05 +01:00