Commit graph

30 commits

Author SHA1 Message Date
9f6344e7b2 ported to MC 1.19.4 2023-03-24 22:04:08 +01:00
3a1316ce0f ported to Minecraft 1.19 2022-08-09 13:43:38 +02:00
5f0cc62dbc remove superfluous inventory checks 2022-03-26 00:24:18 +01:00
bb48292c6f Fix destruction behind permeable blocks 2021-10-22 17:42:54 +02:00
c60260ea5c Fix #40 wand replacing half slabs
Fix destruction wand removing blocks not facing the player
2021-10-22 16:25:24 +02:00
e2394ff05e Ported to 1.17 2021-08-02 23:48:18 +02:00
cdba987f8d Fixed crash when placing many connectable blocks
(iron bars, glass panes, redstone)

The reason for this crash is that I precomputed the blockstates to be placed (which would be free standing poles when no blocks are present around them).
Placing all blocks at once then causes lots of block updates which may crash the game (especially in MC1.15).
So the solution is to calculate the blockstate directly before the placement.
2021-03-14 22:49:09 +01:00
ba99d1e309 MaxRange set to 100 2021-03-14 20:02:45 +01:00
82f83898fe Block placement checks when undoing 2021-03-08 18:57:15 +01:00
ebf3ae9518 Finally added DESTRUCTION ACTION
Config options for destruction core + upgradeable
Better block limit system
2021-03-07 23:43:31 +01:00
6675412bd1 Code cleanup 2021-03-07 18:00:10 +01:00
28bd5a7c70 Wand Supplier/Action Refactoring
fixed inventory pickup order
undo now works within range of blocks
2021-03-07 17:50:25 +01:00
997aa5c105 Removed wand reservoirs
Forge update
2021-03-06 14:50:28 +01:00
a9c6a1c5be Better handling of generated (conjured) blocks
Removed petrogenesis core
2021-02-18 22:00:33 +01:00
a0317115b7 Completed conjured block behavior
Added all wand upgrades
2021-02-17 23:17:42 +01:00
6618784804 Added conjured block
Improved data generation
2021-02-17 00:33:10 +01:00
bb3d36fa56 BIG Refactoring.
Modular WandActions and WandSuppliers.
Wand Cores and Wand Reservoirs can be added to your wand, they determine which action and supplier gets used.
2021-02-14 02:20:53 +01:00
39dc7204cd Reformat & cleanup 2021-02-06 15:02:44 +01:00
b914deb7cf Reworked snapshot/undo system. Added DestroySnapshot 2021-02-06 00:37:03 +01:00
933fbea382 Added TE White/Blacklist
Now triggers onBlockPlacedBy()
Fixed SecurityCraft bug
2020-12-06 18:33:49 +01:00
8a558da7ba Added placement range limit 2020-09-29 22:29:07 +02:00
fa7979f40a Better config, more wand options, removed keys, added GUI 2020-09-17 16:17:38 +02:00
c940aaac9f Added block randomization, ReplacementRegistry 2020-09-16 16:25:43 +02:00
eb3bfc2a93 Update 1.2 done 2020-08-26 14:13:07 +02:00
f58a1c1892 Merge branch '1.15_1.2' into 1.16 2020-08-26 01:25:58 +02:00
14fb5689d1 Update 1.2:
Added RecipeGenerator
Fixed placing blocks facing player
2020-08-26 01:04:53 +02:00
01410b9ae5 Update to 1.16 2020-08-02 14:30:03 +02:00
3f9975e38e Update for first release 2020-08-01 22:51:23 +02:00
cd92f8d5a4 Update 2020-07-31 00:31:42 +02:00
89a915272a Added files 2020-07-28 17:10:34 +02:00