CraftBook 3

CraftBook 3

139k Downloads

Craftbook feature request: Paintings ++ support for the paintings switcher

LadyCailinBot opened this issue ยท 3 comments

commented

CRAFTBOOK-3323 - Reported by FatalBlade

First of all, it wouldn't let me change the project because it told me I had to be a dev.

Mod: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1287285-subarakis-paintings
This mod for the client allows you to change the number of and size of paintings from what is available in vanilla Minecraft. The painting switcher still works, however, it doesn't allow me to switch between all of them, my guess is that it's only allowing the number that is in vanilla Minecraft but not the others that I have.

commented

Comment by me4502

Is this for Spigot or Sponge?

If Spigot, this isn't possible. Spigot doesn't support mods, and only provides access to vanilla paintings.

If Sponge, it's possible as long as the mod registers the paintings. If it's not working as is, the mod needs to register paintings to the Registry.

commented

Comment by FatalBlade

Hmmm... I am running this on Spigot with the mod on my client. It did seem to work fine before installing Craftbook.

commented

Comment by me4502

By Spigot not supporting it, I mean SpigotAPI - the part visible to plugins.

If it's a mod only installed on the client, it's impossible to support it with a server plugin as the server has no information about the new paintings.