Commit graph

128 commits

Author SHA1 Message Date
RuyaSavascisi
8bd89a10e2
tr_tr.json Turkish Localization for the mod 2024-08-01 14:28:43 +02:00
ffe6be051f fix: remove JEI integration 2023-06-01 18:04:40 +02:00
bca1c8d471 fix: backport update 2023-06-01 17:46:53 +02:00
3b948612c7 fix: #76 Logic Issue with Placement 2023-06-01 14:28:53 +02:00
18d9af32d8 fix: 1-block previews on consecutive placements 2023-06-01 14:27:42 +02:00
1ead48dfb0 update translations 2023-06-01 14:20:09 +02:00
da2dea0504 bump version 2.4 -> 2.5 2021-12-09 12:10:24 +01:00
defacf796b update readme 2021-12-09 12:10:16 +01:00
A. Regnander
abe2e2c889 Update sv_se.json
Added new strings
2021-12-09 12:09:35 +01:00
1356b6a48c fix wand getting damaged in creative mode 2021-12-09 12:09:31 +01:00
644f3c1d48 add JEI ingame documentation 2021-12-09 12:01:02 +01:00
A. Regnander
969fae53ee Create sv_se.json 2021-12-09 11:57:57 +01:00
cd3a451e54 Fix destruction behind permeable blocks 2021-10-22 17:37:19 +02:00
9435dd8d30 Fix #40 wand replacing half slabs
Fix destruction wand removing blocks not facing the player
2021-10-22 15:52:39 +02:00
61a5707094 Update 2.2 backport to 1.16.1 2021-04-22 07:59:41 +02:00
544fb0bcc5 Merge branch 'update_2.2' into 1.16 2021-04-22 07:31:29 +02:00
f2d99a8251 Fixed Bug #34 Crash on client startup 2021-04-22 07:12:28 +02:00
20865c3b91 Merge branch 'update_2.1' into 1.16
# Conflicts:
#	gradle.properties
2021-04-01 07:43:42 +02:00
ddbe201155 Fixed Bug #33 Preview broken in locations beyond 100k 2021-03-31 21:09:03 +02:00
76bc97b561 Merge branch 'update_1.8' into 1.16 2021-03-14 22:53:09 +01:00
f60692f6d8 Small fix (supportingBlock != null) 2021-03-14 22:52:27 +01:00
098fc0e693 Merge branch 'update_1.8' into 1.16 2021-03-14 22:50:53 +01: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
db99c8e142 Merge branch 'update_1.8' into 1.16 2021-03-14 20:48:00 +01:00
5b29ecca80 Added mod name to pack.mcmeta 2021-03-14 20:45:27 +01:00
00f0e51491 Merge branch 'update_1.8' into 1.16 2021-03-14 20:36:48 +01:00
81d92aa494 Removed min undo limit 2021-03-14 20:33:55 +01:00
503019af9a Removed min undo limit 2021-03-14 20:29:39 +01:00
1cb42f0740 Merge remote-tracking branch 'origin/update_1.8' into 1.16 2021-03-14 20:20:13 +01:00
ba99d1e309 MaxRange set to 100 2021-03-14 20:02:45 +01:00
f4a0423b52 Merged Update 2.0 into 1.16 2021-03-14 19:22:59 +01:00
fff371abf6 DestroySnapshots can replace fluids on undo 2021-03-14 18:07:32 +01:00
77f1f03210 DestroySnapshots can replace fluids on undo 2021-03-14 16:51:24 +01:00
cd55ff3c09 Updated README
changed Destruction core crafting recipe
fixed block limits in creative mode
2021-03-14 16:24:24 +01:00
82f83898fe Block placement checks when undoing 2021-03-08 18:57:15 +01:00
39e02d8fe6 Added crafting recipes for wand cores
Wand core list in tooltip
Tooltips for wand cores
2021-03-08 01:33:19 +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
243ac0e56e Updated language files 2021-03-07 18:08:18 +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
5a7143aa82 Fixed angel mode placing blocks on the wrong side 2021-02-19 00:07:12 +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
a90ced6395 OptionKey can be changed in config 2021-02-05 16:41:13 +01:00
e4b3421324 Added TE White/Blacklist
Now triggers onBlockPlacedBy()
Fixed SecurityCraft bug
2020-12-06 18:40:39 +01:00