Give Fluid Bucket Name?

Started by InjusticeSystem on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Give Fluid Bucket Name?

I created a fluid called oil. But when i look at the bucket, it's named fluid.oil Bucket. How do i change it so that it's name Oil Bucket instead of fluid.oil Bucket?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe try creating a separate
Fri, 02/17/2017 - 02:47

Maybe try creating a separate item that looks exactly like the 'fluid.oil' bucket, and whenever you get the fluid.oil bucket it will consume that and give you the item?

Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go into your MCreator folder
Fri, 02/17/2017 - 13:44

Go into your MCreator folder and search around for a folder called lang. In there there should be a file containing the names of all the items in your mod, and you can change them there. This should fix your bucket issue and any other naming issues.