Adrian Brock

Results 191 comments of Adrian Brock

If you don't like this open ended version of the capability an alternative would be: ```` public interface IConfigurable { // Save the configuration subset of the tile NBT in...

> But I dont know if that is technically possible right now. Its possible, the issue is what happens if you copy a cover's configuration that has a filter to...

> With that much effort you could also just have it appropriately consume a filter from your inventory. You want something that plays the game for you? Like those magic...

> I actually enjoy incredibly repetitive tasks such as dragging filters into machine covers and configuring them Me too, especially when you forgot to toggle the output side to accept...

I don't get it. Why would the language/locale settings on the server be relevant? If I am running a server in German but with US clients, the US clients don't...

> Before those changes ComputerCraft would always report the GregTech name as item.meta_item.name etc. While all other mods (I tested) report the displayName correctly. That is the translation key of...

> This is required for ComputerCraft / OpenComputer / etc. automation, where the server itself is the "client". Computers use the getItemStackDisplayName on the server to get the item name....

> The issue in GTCE is that this function is implemented as CLIENT only in many cases therefore CC will fallback to the the translation key (the base implementation and...

> Clients still use the new I18n class. Only when it's called from a server (so from Computers) the legacy class is used. So this doesn't affect clients at all....

> You should only use it in places you explicitly do NOT mark as client side only, like getStackDisplayName It would also make sense to mark LocalisationUtils as deprecated and...