mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 22:05:36 +02:00
Fixed item IDs from last commit
This commit is contained in:
parent
baa9d2a81d
commit
e16e4d3818
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.Standard
|
Namespace Items.Standard
|
||||||
|
|
||||||
<Item(510, "Damp Rock")>
|
<Item(293, "Damp Rock")>
|
||||||
Public Class DampRock
|
Public Class DampRock
|
||||||
|
|
||||||
Inherits Item
|
Inherits Item
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.Standard
|
Namespace Items.Standard
|
||||||
|
|
||||||
<Item(511, "Heat Rock")>
|
<Item(294, "Heat Rock")>
|
||||||
Public Class HeatRock
|
Public Class HeatRock
|
||||||
|
|
||||||
Inherits Item
|
Inherits Item
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.Standard
|
Namespace Items.Standard
|
||||||
|
|
||||||
<Item(513, "Icy Rock")>
|
<Item(296, "Icy Rock")>
|
||||||
Public Class IcyRock
|
Public Class IcyRock
|
||||||
|
|
||||||
Inherits Item
|
Inherits Item
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.Standard
|
Namespace Items.Standard
|
||||||
|
|
||||||
<Item(514, "Light Clay")>
|
<Item(297, "Light Clay")>
|
||||||
Public Class LightClay
|
Public Class LightClay
|
||||||
|
|
||||||
Inherits Item
|
Inherits Item
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.Standard
|
Namespace Items.Standard
|
||||||
|
|
||||||
<Item(512, "Smooth Rock")>
|
<Item(295, "Smooth Rock")>
|
||||||
Public Class SmoothRock
|
Public Class SmoothRock
|
||||||
|
|
||||||
Inherits Item
|
Inherits Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user