Reinforced glass reacting fix (#24135)
* takeitouttakeitout * Delete error.glsl --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
glass:
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetGlassBase
|
||||
@@ -192,7 +196,7 @@
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 0.5
|
||||
|
||||
canReact: false
|
||||
- type: entity
|
||||
parent: SheetGlassBase
|
||||
id: SheetPGlass
|
||||
@@ -266,6 +270,7 @@
|
||||
Quantity: 10
|
||||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetPGlass
|
||||
@@ -308,6 +313,7 @@
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 0.5
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetRPGlass
|
||||
@@ -382,6 +388,7 @@
|
||||
Quantity: 10
|
||||
- ReagentId: Uranium
|
||||
Quantity: 10
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetUGlass
|
||||
@@ -435,6 +442,8 @@
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 0.5
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetRUGlass
|
||||
id: SheetRUGlass1
|
||||
|
||||
@@ -27,6 +27,10 @@
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
steel:
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetMetalBase
|
||||
@@ -137,6 +141,7 @@
|
||||
Quantity: 9
|
||||
- ReagentId: Carbon
|
||||
Quantity: 1
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetPlasteel
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
paper:
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetOtherBase
|
||||
@@ -103,6 +107,7 @@
|
||||
reagents:
|
||||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
canReact: false
|
||||
- type: Tag
|
||||
tags:
|
||||
- Sheet
|
||||
@@ -158,6 +163,7 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Phosphorus
|
||||
Quantity: 5
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetPlastic
|
||||
@@ -219,6 +225,7 @@
|
||||
Quantity: 8
|
||||
- ReagentId: Radium
|
||||
Quantity: 2
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: SheetUranium
|
||||
@@ -268,6 +275,7 @@
|
||||
Quantity: 7
|
||||
- ReagentId: Fat
|
||||
Quantity: 3
|
||||
canReact: false
|
||||
|
||||
- type: entity
|
||||
parent: MaterialSheetMeat
|
||||
|
||||
@@ -457,6 +457,7 @@
|
||||
SodiumHydroxide: 2
|
||||
|
||||
- type: reaction
|
||||
minTemp: 310
|
||||
id: Fersilicite
|
||||
reactants:
|
||||
Iron:
|
||||
|
||||
Reference in New Issue
Block a user