sfan5
|
a2058f7f3a
|
Avoid some inefficiencies when handling ItemStack(Metadata)
|
2024-12-31 14:47:46 +01:00 |
|
sfence
|
d849d51c2d
|
Replace licensing text in headers (LGPLv2.1) (#15321)
|
2024-10-28 15:57:39 +01:00 |
|
sfan5
|
6ca214fefc
|
Introduce std::string_view into wider use (#14368)
|
2024-02-17 15:35:33 +01:00 |
|
techno-sam
|
176e674a51
|
Add wear bar color API (#13328)
---------
Co-authored-by: Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
Co-authored-by: grorp <gregor.parzefall@posteo.de>
|
2024-02-02 21:21:00 +01:00 |
|
Jude Melton-Houghton
|
f4a01f3a5d
|
Avoid duplication of mod metadata in memory (#12562)
Co-authored-by: sfan5 <sfan5@live.de>
|
2022-09-26 17:03:43 -04:00 |
|
rubenwardy
|
91615f9588
|
Add player:get_meta(), deprecate player attributes (#7202)
* Add player:get_meta(), deprecate player attributes
|
2018-04-06 10:52:29 +02:00 |
|
raymoo
|
a637107a4e
|
Allow overriding tool capabilities through itemstack metadata
This makes it possible to modify the tool capabilities of individual
itemstacks by calling a method on itemstack metadata references.
|
2017-10-29 11:57:38 +00:00 |
|
Loïc Blot
|
921151d97a
|
C++ modernize: Pragma once (#6264)
* Migrate cpp headers to pragma once
|
2017-08-17 22:19:39 +02:00 |
|
rubenwardy
|
f2aa2c6a98
|
Add ItemStack key-value meta storage
|
2017-02-04 22:07:55 +00:00 |
|