NFINIT-Development / GalacticEngineers

GalacticEngineers
0 stars 2 forks source link

bug crafting leather strap #4

Open macpain opened 7 years ago

macpain commented 7 years ago

pls fix recipes of leather strap

knoxhack commented 7 years ago

from what mod is this item/block?

HearNoMore commented 6 years ago

It is from Simply Jetpacks 2. I've noticed this crafting bug as well. Can't craft leather strap.

HearNoMore commented 6 years ago

https://i.imgur.com/D8hp9iN.png Leather Strap Crafting

https://i.imgur.com/cfkyJ8U.png What you actually get

tytytyty74 commented 3 years ago

Found a fix, i rotated the recipe 90 degrees, you go into <minecraft folder>/scripts/remove.zs, edit that file in any text editor, and paste the following at the end of the file

recipes.remove(<simplyjetpacks:metaItem:7>);
recipes.addShaped(<simplyjetpacks:metaItem:7>, [[null, <minecraft:leather>, <minecraft:leather>], [null, <minecraft:iron_ingot>, <minecraft:iron_ingot>], [null, <minecraft:leather>, <minecraft:leather>]]);