Releases: Patbox/PolyFactory
Releases · Patbox/PolyFactory
0.6.1+1.21.4
- Added Item Packer:
- New block that allows you to add and remove items from Shulker Boxes, bundles and any other storage api compatible item!
- You place/remove the storage item by adding it in front/back of the block.
- All other sides can add/remove items from item's inventory.
- Crafted with Wooden Plates, Steel Plates and a Hopper.
- Added Text Input:
- New data block that allows you to send text data in easy and flexible way.
- When clicked, it will open ui allowing you to input text and then accept sending it.
- Supports multiple input modes: string, integer, decimal and boolean
- Has 1 output.
- Crafted with Steel Plates, Cable, Iron Ingot, Treated Dried Kelp, Redstone Chip and Lightweight (Golden) Pressure Plate.
- Added Data Comparator:
- New data block, that allows you to compare 2 data inputs, getting single output (same as Arithmetic Operator).
- Returns Boolean True or False data, depending on operation set with a wrench.
- Can check if data is
equal
,not equal
,less than
,less or equal
,more than
andmore or equal
. - By default it tries to convert types if they don't match, but you can enable strict mode preventing that.
- This block also emits weak redstone signal in direction of output with power level 15 when returning true and 0 for false.
- Crafted with Steel Plate, Cable, Nether Quartz and Redstone Chip.
- Added Fixture Lamp:
- New variant of Colored Lamp block.
- Has small wall-adjusted hitbox.
- Crafted with a Colored Lamp and any Wooden Plate.
- Added Gated Cable:
- When powered by redstone, it prevents any data to pass through it.
- It doesn't add any delay when sending data.
- Can be inverted with a wrench, only allowing data to pass when powered.
- Crafted with Steel Plate, Cable, Smooth Stone Slab, Redstone and Copper Ingot
- Slime and Honey can now be shot out of Fluid Nozzle / Fluid Pressure Gun.
- Added Slime and Honey splashes.
- They deal no damage, instead giving player Sticky effect.
- Sticky effect makes player movement speed slower by 20%, attack speed by 15% and block breaking by 15%.
- When entity with this effect touches a wall while falling, it will slowly slide on it (similar effect to Honey Block).
- Steel Gears can now be placed like regular blocks, if player has an Axle in inventory (unless creative, where it isn't needed). You can also still place it directly on Axle.
- Nixie Tube Controller, Holographic Display and Arithmetic Operator can now disable channels, making them ignore all inputs.
- Fixed Steel Button top texture not looking correctly.
- Increased damage done by Lava Splash to 2 hearts (from 0.5).
- Increased damage done by Experience Splash x2 (compared to previously).
- Increased change of Crushed Raw Ore doubling from 33% to 40%
- Steel Gears use 3d models when held in hand (2d texture otherwise).
- Changed recipe of Arithmetic Operator and Data Memory to include Cable.
- Boolean Data now returns 15 redstone power for true and 0 for false.
- Increased view range of Colored and Caged Lamps.
- Added Grinder recipe for Wind Charges and Eyeblossom dyes.
- Added Press recipe for Bundle and Mace.
- Added Mixer recipe for dyed Bundle and Shulker Box.
- Added advancements related to new content.
- Changed order of colored items in creative item groups (Variants tab) to match other vanilla items.
- Recipes now use Fabric's Convention tag for Stripped Logs.
- Fixed Funnels pulling items form blocks using Fabric Storage API loosing last stack if the storage becomes empty.
- Fixed Conveyors sometimes deleting items.
- Fixed Splashes shoot through Fluid Nozzle not interacting with owner straight away.
- Fixed Boolean Data returning inverted numbers.
0.6.0+1.21.4-rc3
Full Changelog: 0.5.2+1.21.3...0.6.0+1.21.4-rc3
0.5.2+1.21.3
Full Changelog: 0.5.1+1.21.3...0.5.2+1.21.3
0.5.1+1.21.3
- Added recipes for Throwable and Lingering Glass Bottles. You can make them in the Mechanical Press
- Portable Fluid Tanks can now be rotated with Wrench.
- Changed Mechanical Crafter's gui textures to match vanilla Crafter.
- Fixed Hoppers putting items in wrong slots for Mechanical Drain and Mechanical Spout.
- Fixed shoot out experience not having model.
0.5.0+1.21.3
Full Changelog: 0.4.2+1.21.1...0.5.0+1.21.3
0.4.2+1.21.1
- Fixed Mechanical Spouts and Mechanical Drains interactions with Conveyors.
- Fixed Conveyors not ticking/updating item display correctly.
- Fixed a crash.
Full Changelog: 0.4.1+1.21.1...0.4.2+1.21.1
0.4.1+1.21.1
- Increased lava/flame damage when shoot from Nozzle/Pressure Gun
- Fixed bug where some fluids wouldn't render in uis.
Full Changelog: 0.4.0+1.21.1...0.4.1+1.21.1
0.4.0+1.21.1
- Added new fluid system! This can be used for transport, storage and crafting with fluids.
- Currently available fluids: Water, Lava, Milk, Experience, Snow, Potion (all types), Slime and Honey.
- Added Copper Pipes - Transport fluids anywhere you need them!
- Added Filtered Copper Pipes - filter out fluids, so they go where you need them to!
- Added Copper Pipes with Redstone Valve - Power it to prevent fluid flow or invert it to require power for it!
- Added Mechanical Pumps - Gives fluids a little push (or pull) needed for them to move in the pipes.
- Added Fluid Drains - A block player can use to put or take fluids to/from.
- Added Mechanical Fluid Drains - Automatic Fluid Drain, with limitation that it can't take fluids out.
- Added Mechanical Spout - Easily pour fluids into/onto other items.
- Added Fluid Tanks - Can store up to 6 buckets of fluid per block, while being able to connect with other fluid tanks.
- Added Portable Fluid Tank - Portable version of the tank, which can store up to 4 buckets of fluid. Keeps stored fluids when broken, while still being placeable.
- Added Fluid Nozzle - Shoot out fluids easily, with different effects (similar to sources/base of them).
- Added Pressure Fluid Gun - Portable way to shoot fluids from Portable Fluid Tanks.
- Mechanical Mixers can now store fluids and use them as an ingredient and result of a recipe.
- Added Experience Bucket, Slime Bucket and Honey Bucket.
- Added Brittle Glass Bottle and Brittle Potions - they break after drinking, instead of returning the glass bottle.
- Added Sticky Dynamite - it sticks to walls!
- Added Crispy Honey and Honeyed Apples - new food items.
- Renamed Item Counter to Storage Counter. Item and block id weren't changed to allow for backward compatibility.
- You can now put Cables within wall blocks.
- Mechanical Planters now have increased range of 2 blocks instead of 1. It can be changed with a wrench. Old planters will default to range of 1.
- Clutches can now be inverted - Disconnect both sides unless powered.
- Mobs killed by the Mechanical Miner can now drop XP.
- Mixers heat can now be negative (freezing).
- Heat can now depend on biome.
- New Grinder, Press and Mixer recipes.
- New Advancements related to new and existing content.
- Polydex: Wooden Containers now show how many items they can fit in.
- Tweaked Mechanical Press textures.
- Fixed Dynamite physics not working correctly.
- Fixed some block interactions also triggering item use when they shouldn't (for example placing water with a bucket).
- Fixed some inventories not saving sometimes.
Full Changelog: 0.4.0-pre.5+1.21...0.4.0+1.21.1
0.4.0-pre.5.1+1.21
If you want to update you server to Minecraft 1.21.1, use this version as otherwise you will lose some block entity data!
Full Changelog: 0.4.0-pre.5+1.21...0.4.0-pre.5.1+1.21
0.4.0-pre.5+1.21
Full Changelog: 0.4.0-pre.4+1.21...0.4.0-pre.5+1.21