IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.53k stars 230 forks source link

Problem with JEI #243

Closed Alitryel closed 3 years ago

Alitryel commented 3 years ago

I am running

Description

I installed JEI on client, and I wanted to give myself items using cheat-mode in JEI on server, but minecraft sent me that he can't find any item ID, even the /give command only works with default minecraft items.(Singleplayer works)

Step to reproduce

  1. Install latest stable Forge for 1.16.5 2.Install core and JEI.
  2. Run Minecraft
  3. Run server
  4. Just try give and sent error about unknown id

Reproducible in Forge [Y/N]

Reproducible in Spigot [Y/N]

Logs

just example [ERROR LOG]

[23:08:19] [Server thread/INFO] [minecraft/ServerPlayNetHandler]: Alitryel issued server command: /give Goblin minecraft:yellow_stained_glass 64

-->

IzzelAliz commented 3 years ago

This is because you use essentials and it overrides default give command.

Skyrimus commented 3 years ago

Install ftblibrary and architectury in server mods folder and client mods folder

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.