Jump to content

Trimsku

Members
  • Posts

    10
  • Joined

  • Last visited

Trimsku's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ohhhhh, sorry, thanks!
  2. Hm, i try use it, but it doesn't work. if(commandContext.getSource().getLevel().isClientSide) { Minecraft.getInstance().setScreen(new TextGUI(new StringTextComponent("name"), new StringTextComponent("...test text..."))); } It's should activate in my command function ( /screen )
  3. mappings channel: 'official', version: '1.16.5'
  4. The method displayGuiScreen(TextGUI) is undefined for the type Minecraft It's 1.16.5 version(official snapshot)
  5. Hello! I start create temp screen, but I can't use Minecraft.getInstance().displayGuiScreen(...) in my mod. I use official snapshot. Where is displayGuiScreen(...)?
  6. @Luis_ST I want that when a player buys my item from a merchant, the villager is destroyed
  7. Is there a forge event for successful trading with a villager? I searched but did not find anything similar
  8. I'm working on a gui for config, but I found that SliderPercentageOption doesn't work for Float, is it possible to use it for Float?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.