
AstikorCarts MOD

It has the same storage capacity as a large chest.

You can also pull with a rein
In my environment, this great mod recipe wasn't available due to a bug. But I fixed the problem by adding a recipe with Crafttweaker. In addition, LoTR MOD fences and planks have also been made available and will be reported here.
The scripts folder is created when CraftTweaker is installed. Place a text file with a .zs extension with any name you like.
Copy the following content into the text file.
val fence = <ore:fence>; fence.add(<minecraft:fence:*>); fence.add(<lotr:tile.fence:*>); fence.add(<lotr:tile.fence2:*>); fence.add(<lotr:tile.fence3:*>); val plank = <ore:plank>; plank.add(<minecraft:planks:*>); plank.add(<lotr:tile.planks:*>); plank.add(<lotr:tile.planks2:*>); plank.add(<lotr:tile.planks3:*>); recipes.remove(<astikoor:cargocart>); recipes.addShaped(<astikoor:cargocart>, [[fence, <minecraft:chest>, fence], [fence, <minecraft:chest>, fence], [<astikoor:wheel>, plank, <astikoor:wheel>]]); recipes.remove(<astikoor:plowcart>); recipes.addShaped(<astikoor:plowcart>, [[fence, fence, fence], [plank, <minecraft:iron_hoe>, plank], [<astikoor:wheel>, plank, <astikoor:wheel>]]);
Done! Originally, diamond hoe was used for Plow, but since there is no diamond in Middle-earth, I chose iron hoe. Since there are many situations where farming is left to NPCs, I think that this level of change will not be a problem.
Enjoy!
Community content is available under CC-BY-SA unless otherwise noted.