Commit graph

107 commits

Author SHA1 Message Date
RuyaSavascisi
e92a335e16
tr_tr.json Turkish Localization for the mod 2024-08-01 14:28:05 +02:00
88184ba435 fix: remove unused method 2023-06-01 13:52:51 +02:00
5b54feec07 fix: #76 Logic Issue with Placement 2023-06-01 13:52:40 +02:00
a03b83a8c4 fix: 1-block previews on consecutive placements 2023-03-24 23:33:28 +01:00
ab75971728 fix: remove playerPos function 2023-03-24 22:08:53 +01:00
e1baa81ac0
Merge pull request #71 from Heimdallr-1/patch-1
Create ru_ru.json
2023-03-24 01:36:39 +01:00
aeb6dd562e fix: JEI wand info showing raw translation key 2023-03-24 01:30:52 +01:00
Heimdallr-1
09173b053e
Create ru_ru.json
The necessary information such as Stone wand, iron wand or infinity wand is not displayed in the key "construction and.description.and": "%1$s
2023-03-21 23:36:29 +05:00
c53845ced9 fix: wands not breaking when out of durability 2023-02-12 17:47:50 +01:00
91c6901706 fix: replace deprecated CapabilityItemHandler 2023-02-12 17:15:42 +01:00
36de8df509 update Forge, fix compatibility with 1.19 Botania API 2023-02-12 17:07:04 +01:00
05658450c8 Merge pull request #59 from buff-mango/patch-1 2022-11-27 17:56:26 +01:00
mango_buff
00e621da71
Create zh_cn.json 2022-11-24 09:53:40 +08:00
FITFC
379285dbfe
added pt_br.json 2022-10-29 17:19:59 -05:00
de61ff8fd6 fix dedicated server crash 2022-08-09 20:22:47 +02:00
f70347159e Merge branch '1.18.2' of github.com:Theta-Dev/ConstructionWand into 1.19 2022-08-09 19:37:29 +02:00
06d2488c6c fix config access before server start 2022-08-09 19:36:51 +02:00
f400310b59 fix text components 2022-08-09 18:40:44 +02:00
3a1316ce0f ported to Minecraft 1.19 2022-08-09 13:43:38 +02:00
gjeodnd12165
058cabe327
Create ko_kr.json 2022-04-18 17:17:01 +09:00
83d880cb2e update Botania integration for MC1.18.2 2022-03-26 00:28:07 +01:00
5f0cc62dbc remove superfluous inventory checks 2022-03-26 00:24:18 +01:00
Mrbysco
fc20293906 Port to 1.18.2
Convert item registering to DeferredRegister as vanilla freezes the registry which instantiating them outside of the RegistryEvent or DeferredRegister will result in an error.
2022-03-15 03:15:54 +01:00
0a1c0f2926 removed unused block texture 2021-12-12 11:01:42 +01:00
030d5f72f2 fix #47 crash when pressing E inside wand gui 2021-12-12 10:47:22 +01:00
f86a429beb update pack.mcmeta version 2021-12-09 12:02:39 +01:00
84af7b7227 Merge branch 'upd/2.5' into 1.18 2021-12-09 10:52:56 +01:00
721d7543a9 update forge and jei 2021-12-09 10:45:30 +01:00
A. Regnander
439783744c Update sv_se.json
Added new strings
2021-12-09 10:18:31 +01:00
bc0668a1b7 fix wand getting damaged in creative mode 2021-12-09 10:17:48 +01:00
0ca129122e add JEI ingame documentation 2021-12-09 10:17:18 +01:00
A. Regnander
3d62df6ac5 Create sv_se.json 2021-12-09 10:15:13 +01:00
5be6d5c788 Ported to 1.18 2021-12-08 09:15:35 +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
5cad07d34d Fixed crash caused by HandlerCapability 2021-09-16 19:56:54 +02:00
9b036cdc50 Fixed server crash when changing wand direction 2021-08-21 15:12:29 +02:00
45da4ad7a7 Add support for bundle
Fix crash when opening wand GUI
2021-08-21 14:27:35 +02:00
e2394ff05e Ported to 1.17 2021-08-02 23:48:18 +02:00
489e050a7f Updated version info 2021-04-22 07:26:32 +02:00
f2d99a8251 Fixed Bug #34 Crash on client startup 2021-04-22 07:12:28 +02:00
ddbe201155 Fixed Bug #33 Preview broken in locations beyond 100k 2021-03-31 21:09:03 +02:00
f60692f6d8 Small fix (supportingBlock != null) 2021-03-14 22:52:27 +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
5b29ecca80 Added mod name to pack.mcmeta 2021-03-14 20:45:27 +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
ba99d1e309 MaxRange set to 100 2021-03-14 20:02:45 +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