File Details
The Pots Mod-1.20.4-2.0beta1.jar
- B
- Mar 3, 2024
- 264.44 KB
- 291
- 1.20.4
- Forge
File Name
The Pots Mod-1.20.4-2.0beta1.jar
Supported Versions
- 1.20.4
Curse Maven Snippet
Forge 49.0.3
Minecraft 1.20.4
v2.0 (beta1)
This version renders the item on the flower pot.
ADDED Pots take on the bounding box of the item added
ADDED Tall flower support
ADDED Lantern support
ADDED Modded flower support *bug2
CONFIG Use only items in the ThePotsMod:WHITELIST tag
Bug1: When looking away from the flower pot the render disappears - this is the way Minecraft saves resources by not rendering things out of eyesight. V1 of this mod uses models and does not have this problem
Bug2: Modded plants/saplings should be ok when added to the pot. Particle effects (if the plant has any like some Botania plants do) will not be rendered - this is because animateTick() uses Block Positions which are integers not decimals. So I cant re-position the particles offset to the flower pot

