Rebalance Saddle Recipy #26

Closed
opened 2023-10-04 15:35:07 +02:00 by Steev · 3 comments
Owner

How it currently is

a iron nugget is used for a saddle

how it requested to be

replace the iron nugget with an iron ingot to increas cost and rebalance the saddle

### How it currently is a iron nugget is used for a saddle ### how it requested to be replace the iron nugget with an iron ingot to increas cost and rebalance the saddle
Steev added the
enhancement
label 2023-10-04 15:35:07 +02:00
Steev changed title from Rabalance Saddle Recipy to Rebalance Saddle Recipy 2023-10-04 15:37:15 +02:00

recomended Recepy:

5Leather
1 iron nugget
1 wool

L L L
L W L
I

recomended Recepy: 5Leather 1 iron nugget 1 wool L L L L W L I
Author
Owner

current recipy state

char[] s_ing = { 'L', 'S', 'I' };
String[] s_rec = { "LLL", "LSL", " I " };
Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_NUGGET };
current recipy state ```java char[] s_ing = { 'L', 'S', 'I' }; String[] s_rec = { "LLL", "LSL", " I " }; Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_NUGGET }; ```
Author
Owner

I: Iron Nugged
S: String
W: Wool
L: Leather

1 2 3
L L L
S W S
I I
char[] s_ing = { 'L', 'S', 'I', 'W' };
String[] s_rec = { "LLL", "SWS", "I I" };
Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_INGOT, Material.WOOL};
I: Iron Nugged S: String W: Wool L: Leather | 1 | 2 | 3 | |--- | --- | --- | | L | L | L| | S | W | S | | I | | I | ```java char[] s_ing = { 'L', 'S', 'I', 'W' }; String[] s_rec = { "LLL", "SWS", "I I" }; Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_INGOT, Material.WOOL}; ```
Steev added this to the V 1.2.1 milestone 2023-10-04 17:00:25 +02:00
Steev self-assigned this 2023-10-04 17:05:51 +02:00
Steev added reference Saddle_Crafting_Rebalance 2023-10-04 17:06:17 +02:00
Steev added the
In Testing
label 2023-10-04 18:27:14 +02:00
Steev changed reference from Saddle_Crafting_Rebalance to refs/tags/1.2.1b1 2023-10-04 20:33:18 +02:00
Steev changed reference from refs/tags/1.2.1b1 to refs/tags/1.2.1b1 2023-10-04 20:33:29 +02:00
Steev changed reference from refs/tags/1.2.1b1 to Saddle_Crafting_Rebalance 2023-10-04 20:33:46 +02:00
Steev closed this issue 2023-10-04 20:34:09 +02:00
Steev removed the
In Testing
label 2024-01-17 08:48:43 +01:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steev/betterminecraft#26
No description provided.