Luis_ST
Members-
Posts
5704 -
Joined
-
Last visited
-
Days Won
72
Everything posted by Luis_ST
-
Render thread: Player does not have modeCapability
Luis_ST replied to ckupen's topic in Support & Bug Reports
Please post debug.log from the from server and client. -
This error is often indicative of an outdated Java version. Please ensure your Java version is up to date. You can download OpenJDK from the Adoptium project. If the error persists after updating your Java version, please post the installer log as well as the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux).
-
Make sure you post the full debug.log from the logs folder, if the log is too larger to upload it here you can use https://gist.github.com/ or similar past sides. If this is the full debug.log please post launcher_log.txt as well.
-
Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
-
You then need to go back to the Title Screen? What code are you talking about? What does the code do and where is it located?
-
Problem with Trample Stopper. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
-
You can not use Just Enough Items and Roughly Enough Items.
-
Why should this be possible? Minecraft already supports Player and IP bans.
-
Basically you need a Capability which is attached to the Player, you can use a ItemStackHandler to store the ItemStack. Then you need to add a SlotItemHandler (your Slot) to the Player inventory (Player#inventoryMenu) therefore you need to use Reflection (an AT is here not possible). Unfortunately i have not yet found a Event which would fired at the correct point to add the Slot. Note that you need to add the Slot on server and on client. If you set up everything correctly the Slot should be now displayed in the Player Inventory, you should be able to put in Items. Last but not least you need to render the Slot background in the Inventory, you need to use one of the Screen Events (test which one would be the way to go). Notes: The Slot index of you extra Slot should be calculated based on the Slot count of the inventory, to make sure you don't get any conflicts if other Mods add also Slots to the Player Inventory. I'm not sure if you be able to quick move ItemStacks in your custom Slot, since this is hardcoded in InventoryMenu#quickMoveStack
-
Why did you need the Mac Address of a Player's PC?
-
I need help with fml.modloading.dupedmod
Luis_ST replied to Norvixon's topic in Support & Bug Reports
Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings. -
Please post debug.log from the logs folder. If you using CurseForge you need to enable the debug.log in the settings.
-
With "client" i guess you mean a Singleplayer world, and in Singleplayer this should not matter. If this is not what you mean please explain it and provide as much as possible details.
-
too many redirects error when i get to adfoc.us
Luis_ST replied to DJthDem0n666's topic in Support & Bug Reports
This https://imgur.com/a/5MCjDT5 -
Minecraft 1.19.2 requires java 17.
-
@Riot Pyro Question answered in your thread. Please do not post in random threads.