Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Noppes' Mods Latest Topics
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • Noppes' Mods
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

Noppes' Mods

Sign in to follow this  
Followers 1
  • Start new topic

134 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 6  
Custom Npc 1.7.10
By I_am_real_Odyssey, December 24, 2020
0
0
I_am_real_Odyssey
December 24, 2020
custom npc's keeps crashing my game
By PiggyPlayzMC, September 7, 2020
0
0
PiggyPlayzMC
September 7, 2020
Capes have no textures when I put them on NPCs
By Sporeeo, September 2, 2020
0
0
Sporeeo
September 2, 2020
[Custom NPC's] Issue with NPC's getting stuck at corners
By Kahim, August 30, 2020
1
0
Beethoven92
August 31, 2020
Id Conflict with Ars Magica 2
By Marticos, February 10, 2017
4
5771
DaemonUmbra
August 7, 2020
help with custom npcs
By alexdra, June 18, 2017
3
6609
DaemonUmbra
July 28, 2020
help
By Marsmi, July 28, 2020
0
370
Marsmi
July 28, 2020
Game crashes after NPC shoots
By ABBI??, June 3, 2020
2
1131
AdeptTurmoil
July 6, 2020
Custom NPCs for new version of MC
By Archi Archi, July 2, 2020
0
978
Archi Archi
July 2, 2020
Custom Npcs Fire on the move
By Skinja666, June 26, 2020
0
875
Skinja666
June 26, 2020
Custom NPC Server error
By zB3nny_, June 21, 2020
0
479
zB3nny_
June 21, 2020
CustomNpc's Trader slots
By Tse244, May 25, 2020
0
602
Tse244
May 25, 2020
Custom npcs builder block
By GoddessArtemis89, May 16, 2020
0
1639
GoddessArtemis89
May 16, 2020
I need help, I would like a player to type a command and npc be born in it
By StyleGamer, April 26, 2020
0
577
StyleGamer
April 26, 2020
(custom npc) (1.7.10) (SOLVED) How to spawn a cloned npc to a certain location
By Cabled, November 12, 2016
4
19720
StyleGamer
April 26, 2020
problem with range to chase
By josejh, April 13, 2020
0
611
josejh
April 13, 2020
is there any way to add a custom structure for the builders to build?
By Kiri, April 8, 2020
0
539
Kiri
April 8, 2020
Custom Npcs textures in multiplayer.
By Abot05, April 6, 2020
0
1027
Abot05
April 6, 2020
More Player Models won't change character
By ShyAlpha22, December 11, 2019
2
3715
jazzucchini
March 17, 2020
Compatibility
By Kedas, March 13, 2020
0
713
Kedas
March 13, 2020
[CustomNPCs 1.12.2] How to make the block rotate constantly?
By mismoart, February 23, 2020
3
2325
DragonITA
February 23, 2020
[Bug] CustomNPC 1.7.10, bug with regen npc
By EgorkaWBB, January 19, 2020
0
2240
EgorkaWBB
January 19, 2020
Old Custom NPCs sounds in Varied Commodities.
By Ozajasz, October 13, 2018
2
7892
DampPuddle
December 31, 2019
[1.7.10] Any way to make NPCs chase the target while using range attack?
By CrazyGunner, June 26, 2018
2
9560
TheDinoSavage
December 29, 2019
A Boat Bug
By Koal, December 10, 2019
0
2548
Koal
December 10, 2019
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 6  
Sign in to follow this  
Followers 1


  • Posts

    • Klarks
      [1.16.4] My structure doesnt work

      By Klarks · Posted 5 minutes ago

      Help plz
    • Klarks
      [1.16.4] How i can open a container by clicking on my mob

      By Klarks · Posted 12 minutes ago

      I get it but my container have a data parametr now   protected MyModContainer(int id, PlayerInventory playerInventory,World world,PacketBuffer data) { super(RegObj.MOD_CONTAINER.get(), id); this.playerInventory = new InvWrapper(playerInventory); world.getEntityByID( data.readInt()).getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY).ifPresent(h -> { addSlot(new SlotItemHandler(h,0,79,18)); }); layoutPlayerInventory(7,54); }   and my anonymous inner class asks for data parametr  too. if i'll leave it null container wont work INamedContainerProvider iNamedContainerProvider = new INamedContainerProvider() { @Override public ITextComponent getDisplayName() { return new StringTextComponent("loh"); } @Nullable @Override public Container createMenu(int id, PlayerInventory playerInventory, PlayerEntity playerEntity) { return new MyModContainer(id,playerInventory, world,extraDataWriter); } };
    • diesieben07
      Use ${} in mods.toml

      By diesieben07 · Posted 21 minutes ago

      Correct.
    • diesieben07
      [1.16.*] Run Client/Server error

      By diesieben07 · Posted 21 minutes ago

      If you get that error you are using Java 15 still. However Forge has a recent update that should fix this.
    • diesieben07
      Party System

      By diesieben07 · Posted 22 minutes ago

      1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  • Topics

    • Klarks
      1
      [1.16.4] My structure doesnt work

      By Klarks
      Started 7 hours ago

    • Klarks
      36
      [1.16.4] How i can open a container by clicking on my mob

      By Klarks
      Started Saturday at 10:56 PM

    • DoctorC
      7
      Use ${} in mods.toml

      By DoctorC
      Started 2 hours ago

    • Luis_ST
      1
      [1.16.*] Run Client/Server error

      By Luis_ST
      Started 1 hour ago

    • Discult
      1
      Party System

      By Discult
      Started 1 hour ago

  • Who's Online (See full list)

    • Klarks
    • Choonster
    • Heinzchen
    • diesieben07
    • _HungTeen_
    • Luis_ST
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • Noppes' Mods
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community